feat(comments): use ts-comments.nvim instead of nvim-ts-context-commentstring on Neovim 0.10
This commit is contained in:
@ -10,4 +10,11 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
lazy = true,
|
||||
opts = {
|
||||
enable_autocmd = false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user