Added snacks
This commit is contained in:
parent
11ea9e9878
commit
09670f3227
2 changed files with 15 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
||||||
./catppuccin.nix
|
./catppuccin.nix
|
||||||
./trouble.nix
|
./trouble.nix
|
||||||
./nvim-notify.nix
|
./nvim-notify.nix
|
||||||
|
./snacks.nix
|
||||||
];
|
];
|
||||||
opts = {
|
opts = {
|
||||||
number = true;
|
number = true;
|
||||||
|
|
|
||||||
14
config/snacks.nix
Normal file
14
config/snacks.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
{ lib, ... }:
|
||||||
|
{
|
||||||
|
plugins.snacks = {
|
||||||
|
enable = true;
|
||||||
|
settings = lib.nixvim.mkRaw ''
|
||||||
|
{
|
||||||
|
input = { enabled = true },
|
||||||
|
notifier = { enabled = true },
|
||||||
|
scroll = { enabled = true },
|
||||||
|
words = { enabled = true },
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue