Update treesitter vor nvim 0.12
This commit is contained in:
parent
8831bbe952
commit
af39061406
5 changed files with 157 additions and 172 deletions
4
init.lua
4
init.lua
|
|
@ -58,10 +58,6 @@ vim.opt.whichwrap = "b,s,<,>,[,],h,l"
|
|||
|
||||
--vim.opt.timeout = false
|
||||
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldlevel = 99
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
||||
vim.opt.diffopt:append("vertical")
|
||||
vim.opt.diffopt:append("linematch:50")
|
||||
-- todo visualbell needed?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue