feat(neovim): replace fzf-vim with telescope.nvim
This commit is contained in:
parent
3133316f6e
commit
2caf062e8f
3 changed files with 5 additions and 6 deletions
|
@ -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 = ''
|
||||
[*]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue