Added vimtex config
This commit is contained in:
parent
39e8d1193c
commit
3e91fb8387
2 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
return {
|
||||
["lervag/vimtex"]= {},
|
||||
["lervag/vimtex"]= {
|
||||
config = function ()
|
||||
require "custom.plugins.vimtex"
|
||||
end
|
||||
},
|
||||
|
||||
["L3MON4D3/LuaSnip"] = {
|
||||
config = function()
|
||||
|
|
3
.config/nvim/lua/custom/plugins/vimtex.lua
Normal file
3
.config/nvim/lua/custom/plugins/vimtex.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
vim.g.vimtex_view_method = 'zathura'
|
||||
|
||||
vim.g.vimtex_compiler_methor = 'latexmk'
|
Loading…
Reference in a new issue