good latex stuff?

This commit is contained in:
LinlyBoi
2022-12-18 12:54:38 +02:00
parent 8ed04358a3
commit 6d5ebd6280
5 changed files with 7 additions and 2 deletions

View File

@@ -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:

View File

@@ -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)

View File

@@ -19,4 +19,5 @@ return {
end,
},
["simrat39/rust-tools.nvim"] = {},
["lervag/vimtex"] = {}
}