Update configuration

This commit is contained in:
Saeed Afzal
2023-03-03 21:17:23 +00:00
parent 1d891abbd3
commit 85cf458908
10 changed files with 24 additions and 219 deletions

View File

@@ -1,5 +1,7 @@
require("nvim-treesitter.configs").setup {
ensure_installed = { "lua" },
ensure_installed = { "vim", "lua", "typescript" },
auto_install = false,
highlight = {
enable = true,
additional_vim_regex_highlighting = false