Simplify + add whichkey mappings

This commit is contained in:
Saeed Afzal
2022-05-14 20:52:22 +01:00
parent 694e5ea596
commit 4051562d0d
16 changed files with 99 additions and 289 deletions

View File

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