From f4d67dcc4e9ce7604b6c35f28cbae43972b49ad3 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 12 May 2023 16:05:53 -0400 Subject: [PATCH] Replace telescope-nvim with fzf-vim Unfortunately, telescope-nvim was a downgrade from fzf-vim due to lack of transparency out of the box, a different window size, and searches not showing by default. --- home.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/home.nix b/home.nix index 5aa54d61..d550629e 100644 --- a/home.nix +++ b/home.nix @@ -748,12 +748,12 @@ nnoremap e :set nu! nnoremap t :OverCommandLine%s/ nnoremap a :NvimTreeToggle - nnoremap f :Telescope find_files + nnoremap f :Files nnoremap g :set hlsearch! nnoremap j :BufferPrevious nnoremap k :BufferNext nnoremap x :BufferClose - nnoremap l :Telescope live_grep/ + nnoremap l :Rg nnoremap ; w vnoremap y:silent !notify-send -t 4000 "成果" "$(tango '0')": @@ -840,10 +840,6 @@ plugin = plenary-nvim; type = "lua"; } - { - plugin = telescope-nvim; - type = "lua"; - } { plugin = clipboard-image-nvim; type = "lua"; @@ -864,6 +860,7 @@ nnoremap c (vimtex-env-change) ''; } + fzf-vim vim-caddyfile vim-graphql vim-pug