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";
|
name = "LuaSnip";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Mini-comment
|
||||||
|
{
|
||||||
|
plugin = mini-comment;
|
||||||
|
name = "mini.comment";
|
||||||
|
}
|
||||||
|
nvim-ts-context-commentstring
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
rose-pine
|
rose-pine
|
||||||
diffview-nvim
|
diffview-nvim
|
||||||
|
|
1
init.lua
1
init.lua
|
@ -47,6 +47,7 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
||||||
|
|
||||||
-- Extras.
|
-- Extras.
|
||||||
{ import = 'lazyvim.plugins.extras.coding.luasnip' },
|
{ import = 'lazyvim.plugins.extras.coding.luasnip' },
|
||||||
|
{ import = 'lazyvim.plugins.extras.coding.mini-comment' },
|
||||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||||
|
|
||||||
-- This needs to be after extras to prevent extras from overwriting it.
|
-- This needs to be after extras to prevent extras from overwriting it.
|
||||||
|
|
Loading…
Reference in a new issue