diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/neovim.nix | 5 | ||||
| -rw-r--r-- | profiles/station/packages.nix | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index dc25cb2..f5b50fb 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -39,6 +39,8 @@ fnlfmt alejandra statix + fzf + bat ]; plugins = with pkgs.vimPlugins; [ # highlighting @@ -58,8 +60,7 @@ gv-vim # Coding - plenary-nvim - telescope-nvim + fzf-lua nvim-lspconfig null-ls-nvim lsp_signature-nvim diff --git a/profiles/station/packages.nix b/profiles/station/packages.nix index 9dd6f20..7f5b5ef 100644 --- a/profiles/station/packages.nix +++ b/profiles/station/packages.nix @@ -31,7 +31,6 @@ inotify-tools alejandra statix - fzf github-cli lazygit argocd |
