Nvim: update cmp and some plugins
This commit is contained in:
@@ -4,6 +4,9 @@ require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indentation = {
|
||||
enable = true,
|
||||
},
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
@@ -14,4 +17,7 @@ require'nvim-treesitter.configs'.setup {
|
||||
"rust",
|
||||
}
|
||||
}
|
||||
vim.opt.foldmethod = "expr"
|
||||
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
||||
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user