death
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
local M = {}
|
local M = {}
|
||||||
vim.g.vimtex_view_method = 'zathura'
|
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,
|
-- make sure you maintain the structure of `core/default_config.lua` here,
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
-- load your options globals, autocmds here or anything .__.
|
-- load your options globals, autocmds here or anything .__.
|
||||||
-- you can even override default options here (core/options.lua)
|
-- you can even override default options here (core/options.lua)
|
||||||
local rt = require("rust-tools")
|
local rt = require("rust-tools")
|
||||||
|
vim.g.vimtex_view_method = 'zathura'
|
||||||
|
vim.g.vimtext_compiler_method = 'generic'
|
||||||
|
|
||||||
|
|
||||||
rt.setup({
|
rt.setup({
|
||||||
|
|||||||
Reference in New Issue
Block a user