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.
This commit is contained in:
Donovan Glover 2023-05-12 16:05:53 -04:00
parent a2a9d9b4dd
commit f4d67dcc4e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -748,12 +748,12 @@
nnoremap <silent> <leader>e :set nu!<CR> nnoremap <silent> <leader>e :set nu!<CR>
nnoremap <silent> <leader>t :OverCommandLine<CR>%s/ nnoremap <silent> <leader>t :OverCommandLine<CR>%s/
nnoremap <silent> <leader>a :NvimTreeToggle<CR> nnoremap <silent> <leader>a :NvimTreeToggle<CR>
nnoremap <silent> <leader>f :Telescope find_files<CR> nnoremap <silent> <leader>f :Files<CR>
nnoremap <silent> <leader>g :set hlsearch!<CR> nnoremap <silent> <leader>g :set hlsearch!<CR>
nnoremap <silent> <leader>j :BufferPrevious<CR> nnoremap <silent> <leader>j :BufferPrevious<CR>
nnoremap <silent> <leader>k :BufferNext<CR> nnoremap <silent> <leader>k :BufferNext<CR>
nnoremap <silent> <leader>x :BufferClose<CR> nnoremap <silent> <leader>x :BufferClose<CR>
nnoremap <silent> <leader>l :Telescope live_grep<CR>/ nnoremap <silent> <leader>l :Rg<CR>
nnoremap <silent> <leader>; <C-w>w nnoremap <silent> <leader>; <C-w>w
vnoremap <C-s> y:silent !notify-send -t 4000 "" "$(tango '<C-r>0')"<CR>:<Esc> vnoremap <C-s> y:silent !notify-send -t 4000 "" "$(tango '<C-r>0')"<CR>:<Esc>
@ -840,10 +840,6 @@
plugin = plenary-nvim; plugin = plenary-nvim;
type = "lua"; type = "lua";
} }
{
plugin = telescope-nvim;
type = "lua";
}
{ {
plugin = clipboard-image-nvim; plugin = clipboard-image-nvim;
type = "lua"; type = "lua";
@ -864,6 +860,7 @@
nnoremap <localleader>c <plug>(vimtex-env-change) nnoremap <localleader>c <plug>(vimtex-env-change)
''; '';
} }
fzf-vim
vim-caddyfile vim-caddyfile
vim-graphql vim-graphql
vim-pug vim-pug