mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-17 04:48:06 +02:00
* utility/grug-far-nvim: add new plugin * docs: add release note * chore: add to maximal config * style: nix formatter run
6 lines
64 B
Nix
6 lines
64 B
Nix
{
|
|
imports = [
|
|
./grug-far-nvim.nix
|
|
./config.nix
|
|
];
|
|
}
|