Add LSP and telescope config

This commit is contained in:
2022-07-04 21:44:59 +01:00
parent 8b585ce6cd
commit 878d7869d7
5 changed files with 90 additions and 4 deletions

View File

@ -46,6 +46,12 @@ require("nvim-treesitter.configs").setup({
},
indent = {
enable = true,
}
},
context_commentstring = {
enable = true,
},
})
vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"