Compare commits
2 commits
bcb531fbf0
...
3fbe570a30
Author | SHA1 | Date | |
---|---|---|---|
3fbe570a30 | |||
f0d002be9b |
2 changed files with 13 additions and 0 deletions
10
flake.nix
10
flake.nix
|
@ -291,6 +291,16 @@
|
|||
neotest
|
||||
nvim-nio
|
||||
|
||||
# UI
|
||||
# Mini Animate
|
||||
{
|
||||
plugin = mini-animate;
|
||||
name = "mini.animate";
|
||||
}
|
||||
|
||||
# Treesitter-context
|
||||
nvim-treesitter-context
|
||||
|
||||
# Custom
|
||||
rose-pine
|
||||
diffview-nvim
|
||||
|
|
3
init.lua
3
init.lua
|
@ -78,6 +78,9 @@ require('nixCatsUtils.lazyCat').setup(nixCats.pawsible { 'allPlugins', 'start',
|
|||
|
||||
{ import = 'lazyvim.plugins.extras.test.core' },
|
||||
|
||||
{ import = 'lazyvim.plugins.extras.ui.mini-animate' },
|
||||
{ import = 'lazyvim.plugins.extras.ui.treesitter-context' },
|
||||
|
||||
-- These need to be after extras to prevent extras from overwriting them.
|
||||
|
||||
-- Disable mason.nvim while using nix.
|
||||
|
|
Loading…
Reference in a new issue