This commit is contained in:
LinlyBoi
2022-12-18 14:52:32 +02:00
parent 6d5ebd6280
commit 002831454e
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
local M = {}
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtext_compiler_method = 'pdflatex'
vim.g.vimtext_compiler_method = 'generic'
-- make sure you maintain the structure of `core/default_config.lua` here,

View File

@@ -2,6 +2,8 @@
-- load your options globals, autocmds here or anything .__.
-- you can even override default options here (core/options.lua)
local rt = require("rust-tools")
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtext_compiler_method = 'generic'
rt.setup({