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";
|
||||
|
||||
configs.setup {
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
context_commenting = {
|
||||
enable = true,
|
||||
},
|
||||
|
|
Reference in a new issue