feat: extras.coding.mini-comment
This commit is contained in:
parent
da79eabf09
commit
c9aff6788d
2 changed files with 8 additions and 0 deletions
|
@ -193,6 +193,13 @@
|
|||
name = "LuaSnip";
|
||||
}
|
||||
|
||||
# Mini-comment
|
||||
{
|
||||
plugin = mini-comment;
|
||||
name = "mini.comment";
|
||||
}
|
||||
nvim-ts-context-commentstring
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
1
init.lua
1
init.lua
|
@ -47,6 +47,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
|||
|
||||
-- Extras.
|
||||
{ import = 'lazyvim.plugins.extras.coding.luasnip' },
|
||||
{ import = 'lazyvim.plugins.extras.coding.mini-comment' },
|
||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||
|
||||
-- This needs to be after extras to prevent extras from overwriting it.
|
||||
|
|
Loading…
Reference in a new issue