nvim: treesitter-playground: copium on highlight AST analysis for potential PR and bug reports
parent
0118ded1bf
commit
7f1599e042
|
@ -299,7 +299,10 @@ require('nvim-treesitter.configs').setup {
|
|||
"clojure", "fennel", "bash", "nix", "query",
|
||||
},
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
highlight = {
|
||||
enable = true,
|
||||
enable_vim_regex_highlighting = true,
|
||||
},
|
||||
incremental_selection = {
|
||||
enable = true,
|
||||
keymaps = {
|
||||
|
@ -321,6 +324,10 @@ require('nvim-treesitter.configs').setup {
|
|||
},
|
||||
},
|
||||
},
|
||||
playground = {
|
||||
enable = true,
|
||||
disable = {}
|
||||
},
|
||||
-- automatically close and modify HTML and TSX tags
|
||||
autotag = {
|
||||
enable = true,
|
||||
|
|
Loading…
Reference in New Issue