feat: extras.coding.mini-surround
This commit is contained in:
parent
c9aff6788d
commit
f11fdc928c
2 changed files with 7 additions and 0 deletions
|
@ -200,6 +200,12 @@
|
|||
}
|
||||
nvim-ts-context-commentstring
|
||||
|
||||
# Mini-surround
|
||||
{
|
||||
plugin = mini-surround;
|
||||
name = "mini.surround";
|
||||
}
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
1
init.lua
1
init.lua
|
@ -48,6 +48,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.coding.mini-surround' },
|
||||
{ import = 'lazyvim.plugins.extras.lang.nix' },
|
||||
|
||||
-- This needs to be after extras to prevent extras from overwriting it.
|
||||
|
|
Loading…
Reference in a new issue