From b79479de828cfa4f7d3619e804a1855248345c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 30 Oct 2021 10:09:56 +0200 Subject: [PATCH] Remove Telescope --- .config/nvim/init.vim | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index e1a0695..409a598 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -51,10 +51,6 @@ call plug#begin('~/.config/nvim/plugged') Plug 'junegunn/fzf.vim' Plug 'junegunn/fzf' - " Telescope - " Plug 'nvim-lua/plenary.nvim' - " Plug 'nvim-telescope/telescope.nvim' - " CSS Plug 'ap/vim-css-color' @@ -136,10 +132,6 @@ 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 :Buffers nmap q :Rg nmap w :Files