added yazi to nixvim
This commit is contained in:
parent
4e8f2a0a4f
commit
63cfb1c741
3 changed files with 19 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
{ ... }:
|
||||
{ pkgs-unstable, ... }:
|
||||
{
|
||||
|
||||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.neovim-unwrapped;
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
|
@ -13,6 +14,7 @@
|
|||
./navic.nix
|
||||
./neotree.nix
|
||||
./toggleterm.nix
|
||||
./yazi.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue