started some work vimlatex
This commit is contained in:
7
.config/nvim/lua/plugins/vimtex.lua
Normal file
7
.config/nvim/lua/plugins/vimtex.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"lervag/vimtex",
|
||||
lazy = false,
|
||||
init = function()
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user