add neovim back to this repo
fix nvim directory
This commit is contained in:
parent
d913a78447
commit
3ab8308615
43 changed files with 2263 additions and 1 deletions
.config/nvim/lua/plugins/misc
11
.config/nvim/lua/plugins/misc/vimtex.lua
Normal file
11
.config/nvim/lua/plugins/misc/vimtex.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
local M = { "lervag/vimtex" }
|
||||
|
||||
M.init = function()
|
||||
vim.g.vimtex_view_method = "zathura"
|
||||
vim.g.tex_flavor = "latex"
|
||||
vim.g.vimtex_quickfix_mode = 0
|
||||
vim.o.conceallevel = 1
|
||||
vim.g.tex_conceal = 'abdmg'
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue