updated lsp config

This commit is contained in:
Saeed Afzal
2023-04-29 16:17:55 +01:00
parent 86cc9b52ec
commit 1d3df81f8f
6 changed files with 196 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
return {
"nvim-treesitter/nvim-treesitter",
dependencies = { "windwp/nvim-ts-autotag", "JoosepAlviste/nvim-ts-context-commentstring" },
dependencies = {
"windwp/nvim-ts-autotag",
"JoosepAlviste/nvim-ts-context-commentstring"
},
build = ":TSUpdate",
config = function()
require("nvim-treesitter.configs").setup {