diff options
| author | Mike Vink <ivi@vinkies.net> | 2023-12-09 12:02:10 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2023-12-09 12:02:10 +0100 |
| commit | 0405db2298ab3db3e03caff8c2d5d5f70de4e111 (patch) | |
| tree | 619c57af03c1e7d8172326d29308ae9bcb0344d0 /profiles/core | |
| parent | 3d94941f94695c2d21e7400cac9cd80cc82b8417 (diff) | |
switch to fzf-lua
Diffstat (limited to 'profiles/core')
| -rw-r--r-- | profiles/core/neovim.nix | 5 |
1 files changed, 3 insertions, 2 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 |
