neovim - all packages
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
return {
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
dependencies = {
|
||||
{
|
||||
"numToStr/Comment.nvim",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("Comment").setup({
|
||||
pre_hook = function()
|
||||
return vim.bo.commentstring
|
||||
end,
|
||||
})
|
||||
end,
|
||||
},
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user