diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-10-12 23:02:20 +0200 |
| commit | 40ba1950f1b5c8d62687adf05381e691628c0620 (patch) | |
| tree | 37047132dc4c1668cfea39d0a367a28944c31d4c /profiles/core | |
| parent | 78d2a576922694de4766da9c8cdca859ea5b48f6 (diff) | |
make gpg image
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/neovim.nix | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index d59d81f..a9be1c4 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -30,17 +30,17 @@ viAlias = true; vimAlias = true; extraPackages = with pkgs; [ - bashInteractive - pyright - gopls - fennel - fnlfmt - alejandra - statix - fzf - nil - shellcheck - vale + # bashInteractive + # pyright + # gopls + # fennel + # fnlfmt + # alejandra + # statix + # fzf + # nil + # shellcheck + # vale ]; plugins = with pkgs.vimPlugins; [ # highlighting |
