diff options
author | Cody Hiar <cody@hiar.ca> | 2023-09-18 15:03:27 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2023-09-18 15:03:27 -0600 |
commit | 8fd6f40e7bdd4af3bb6ba0a55576c112193b7b33 (patch) | |
tree | e76d14a853785e6d35d6ee94f39abb3aac0f528c /flake.nix | |
parent | 842f8d66b5c0947e97c66f7e4ae18c9fd98f297f (diff) |
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -99,6 +99,7 @@ emmet-vim tagbar vim-markdown + vim-go ]; }; }; @@ -132,6 +133,8 @@ ansible-language-server ansible-lint ansible + go + gotools ] } makeWrapper ${myneovim}/bin/nvim $out/bin/nvim --prefix PATH : $BINPATH |