update nvim config
fix treesitter latex
This commit is contained in:
parent
d6434a73fd
commit
e5c3bb2492
2 changed files with 49 additions and 51 deletions
5
.config/nvim/ftplugin/tex.lua
Normal file
5
.config/nvim/ftplugin/tex.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
vim.o.wrap = false
|
||||
|
||||
vim.treesitter.start()
|
||||
-- vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
|
||||
-- vim.wo[0][0].foldmethod = 'expr'
|
||||
Loading…
Add table
Add a link
Reference in a new issue