mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-05 09:59:48 +01:00
6 lines
63 B
Nix
6 lines
63 B
Nix
|
{
|
||
|
config = {
|
||
|
vim.startPlugins = ["plenary-nvim"];
|
||
|
};
|
||
|
}
|