nix-config/modules/home-manager/neovim/config/plugins/vim-cool.nix
2025-07-17 21:47:19 +01:00

5 lines
73 B
Nix

{ pkgs, ... }:
{
extraPlugins = with pkgs.vimPlugins; [ vim-cool ];
}