nvim: treesitter: enable autotag
This commit is contained in:
parent
559617280d
commit
93cb15854e
|
@ -7,6 +7,9 @@ end
|
||||||
local parser_install_dir = vim.fn.stdpath('data') .. "/site";
|
local parser_install_dir = vim.fn.stdpath('data') .. "/site";
|
||||||
|
|
||||||
configs.setup {
|
configs.setup {
|
||||||
|
autotag = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
context_commenting = {
|
context_commenting = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue