death
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user