From 9b55925e6c502e0417e02fa3b732ed4e15a927fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 30 Oct 2021 10:02:01 +0200 Subject: [PATCH] Disable Telescope and enable fzf --- .config/nvim/init.vim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index cf0589b..cb32cb7 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -56,12 +56,12 @@ call plug#begin('~/.config/nvim/plugged') Plug 'gruvbox-community/gruvbox', { 'as': 'gruvbox'} " Fzf plugin - " Plug 'junegunn/fzf.vim' - " Plug 'junegunn/fzf' + Plug 'junegunn/fzf.vim' + Plug 'junegunn/fzf' " Telescope - Plug 'nvim-lua/plenary.nvim' - Plug 'nvim-telescope/telescope.nvim' + " Plug 'nvim-lua/plenary.nvim' + " Plug 'nvim-telescope/telescope.nvim' " CSS Plug 'ap/vim-css-color' @@ -143,13 +143,13 @@ command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-h command! -bang -nargs=* FindCurrentWord call fzf#vim#grep('rg --column --line-number --no-heading --fixed-strings --ignore-case --hidden --follow --color "always" '.shellescape(expand('')), 1, 0) set grepprg=rg\ --vimgrep -nmap e :Telescope buffers -nmap q :Telescope live_grep -nmap w :Telescope find_files +" nmap e :Telescope buffers +" nmap q :Telescope live_grep +" nmap w :Telescope find_files -"nmap e :Buffers -"nmap q :Rg -"nmap w :Files +nmap e :Buffers +nmap q :Rg +nmap w :Files " Resize window nnoremap :vertical resize +5