diff options
| author | Mike Vink <mike.vink@stater.nl> | 2023-04-25 16:28:45 +0200 |
|---|---|---|
| committer | Mike Vink <mike.vink@stater.nl> | 2023-04-25 16:28:45 +0200 |
| commit | bbd7f0cb7dc2c4a6776021dd535bb510cf902e60 (patch) | |
| tree | 18e57c3b918ac4a6cc0aa0b71fd4bb1dac63ccdf | |
| parent | 0e52a797ba4a57386336a7a5ea80e8e32eadfaa9 (diff) | |
fixiup
| -rw-r--r-- | home.nix | 1 | ||||
| -rw-r--r-- | home/neovim.nix | 7 |
2 files changed, 4 insertions, 4 deletions
@@ -49,6 +49,7 @@ mM = "xrandr --output eDP1 --auto --output HDMI1 --off"; newflake = "nix flake new -t ~/flake "; ansible-flake = "nix flake new -t ~/flake#ansible "; + lock-pass = "gpgconf --kill gpg-agent"; }; }; diff --git a/home/neovim.nix b/home/neovim.nix index f85e3e3..5872a52 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -42,15 +42,13 @@ vimAlias = true; extraPackages = with pkgs; [ bashInteractive - fennel sumneko-lua-language-server - #fennel-language-server pyright gopls - yaml-language-server + fennel + fnlfmt alejandra statix - fnlfmt ]; plugins = with pkgs.vimPlugins; [ # highlighting @@ -67,6 +65,7 @@ vim-helm # external + git-worktree-nvim vim-dirvish vim-fugitive vim-dispatch |
