nvim: treesitter-playground: copium on highlight AST analysis for potential PR and bug reports

nix-components
pegasust 2022-11-23 17:26:22 -07:00
parent 0118ded1bf
commit 7f1599e042
1 changed files with 8 additions and 1 deletions

View File

@ -299,7 +299,10 @@ require('nvim-treesitter.configs').setup {
"clojure", "fennel", "bash", "nix", "query", "clojure", "fennel", "bash", "nix", "query",
}, },
sync_install = false, sync_install = false,
highlight = { enable = true }, highlight = {
enable = true,
enable_vim_regex_highlighting = true,
},
incremental_selection = { incremental_selection = {
enable = true, enable = true,
keymaps = { keymaps = {
@ -321,6 +324,10 @@ require('nvim-treesitter.configs').setup {
}, },
}, },
}, },
playground = {
enable = true,
disable = {}
},
-- automatically close and modify HTML and TSX tags -- automatically close and modify HTML and TSX tags
autotag = { autotag = {
enable = true, enable = true,