Update for nvim v0.10
This commit is contained in:
parent
7dadc3afd5
commit
6b2e261d8c
7 changed files with 147 additions and 94 deletions
|
|
@ -83,9 +83,12 @@ return {
|
|||
},
|
||||
},
|
||||
autotag = { enable = true },
|
||||
context_commentstring = { enable = true, enable_autocmd = false },
|
||||
})
|
||||
|
||||
require('ts_context_commentstring').setup {
|
||||
enable_autocmd = false,
|
||||
}
|
||||
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue