mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 03:20:08 +02:00
plugins/nerdy: init
This commit is contained in:
parent
5fca2c2dca
commit
c6ed00c902
2 changed files with 42 additions and 0 deletions
17
tests/test-sources/plugins/by-name/nerdy/default.nix
Normal file
17
tests/test-sources/plugins/by-name/nerdy/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.nerdy.enable = true;
|
||||
};
|
||||
|
||||
with-telescope = {
|
||||
plugins = {
|
||||
telescope.enable = true;
|
||||
web-devicons.enable = true;
|
||||
|
||||
nerdy = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue