1
0
Fork 0

Replace telescope and trouble with fzf-lua

This commit is contained in:
Avery 2025-06-25 11:39:17 +00:00
parent 18154472aa
commit 51c171c8dc
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 21 additions and 47 deletions

View file

@ -1,13 +1,12 @@
{ pkgs, ... }: {
{ ... }: {
imports = [
./completion.nix
./fzf-lua.nix
./lsp.nix
./lualine.nix
./neo-tree.nix
./none-ls.nix
./treesitter.nix
./telescope.nix
./trouble.nix
];
programs.nixvim = {
enable = true;
@ -43,7 +42,5 @@
web-devicons.enable = true;
nvim-autopairs.enable = true;
};
extraPlugins = with pkgs.vimPlugins; [ nvim-web-devicons ];
};
}