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",
|
"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,
|
||||||
|
|
Loading…
Reference in New Issue