mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 17:15:58 +01:00
5 lines
63 B
Nix
5 lines
63 B
Nix
{
|
|
config = {
|
|
vim.startPlugins = ["plenary-nvim"];
|
|
};
|
|
}
|