feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10

This commit is contained in:
Folke Lemaitre
2024-05-21 19:31:40 +02:00
parent 55b07dee21
commit 8ba7c64a7d
2 changed files with 11 additions and 16 deletions

View File

@ -10,4 +10,11 @@ return {
},
},
},
{
"JoosepAlviste/nvim-ts-context-commentstring",
lazy = true,
opts = {
enable_autocmd = false,
},
},
}