good latex stuff?
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
-- Just an example, supposed to be placed in /lua/custom/
|
||||
|
||||
local M = {}
|
||||
vim.g.vimtex_view_method = 'zathura'
|
||||
vim.g.vimtext_compiler_method = 'pdflatex'
|
||||
|
||||
|
||||
-- make sure you maintain the structure of `core/default_config.lua` here,
|
||||
-- example of changing theme:
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
-- you can even override default options here (core/options.lua)
|
||||
local rt = require("rust-tools")
|
||||
|
||||
|
||||
rt.setup({
|
||||
server = {
|
||||
on_attach = function(_, bufnr)
|
||||
|
||||
@@ -19,4 +19,5 @@ return {
|
||||
end,
|
||||
},
|
||||
["simrat39/rust-tools.nvim"] = {},
|
||||
["lervag/vimtex"] = {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user