Update configuration

This commit is contained in:
Saeed Afzal
2022-09-24 14:56:23 +01:00
parent ab22aeeeb9
commit daaab2caad
13 changed files with 154 additions and 176 deletions

View File

@@ -1,11 +1,3 @@
require("nvim-treesitter.configs").setup {
ensure_installed = { "lua", "bash", "cpp", "css", "go", "gomod", "html", "javascript", "json", "make", "python", "typescript" },
highlight = {
enable = true
},
matchup = {
enable = true
}
ensure_installed = { "lua", "go", "typescript" }
}