Add LSP and telescope config
This commit is contained in:
@ -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()"
|
||||
|
||||
|
Reference in New Issue
Block a user