Nvim: update cmp and some plugins

This commit is contained in:
Robert Kmieć
2021-12-22 00:08:22 +01:00
parent e49f84cfac
commit 8f43f9e559
3 changed files with 21 additions and 9 deletions

View File

@@ -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