feat(neovim): replace fzf-vim with telescope.nvim

This commit is contained in:
Felix Schröter 2022-03-30 02:33:58 +02:00
parent 3133316f6e
commit 2caf062e8f
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 5 additions and 6 deletions

View file

@ -5,10 +5,7 @@
home.packages = with pkgs; [ fzf ripgrep ];
home.sessionVariables = with pkgs; {
EDITOR = "nvim";
FZF_DEFAULT_COMMAND = "${ripgrep}/bin/rg --files --hidden";
};
home.sessionVariables.EDITOR = "nvim";
home.file.".editorconfig".text = ''
[*]