fix(vscode): added ts-context-commentstring

This commit is contained in:
Folke Lemaitre
2023-05-23 14:32:32 +02:00
parent bf66e71adc
commit e975f021ea

View File

@ -12,6 +12,7 @@ local enabled = {
"mini.surround",
"nvim-treesitter",
"nvim-treesitter-textobjects",
"nvim-ts-context-commentstring",
"vim-repeat",
}