Skip to content

Commit

Permalink
telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
leonid-shutov committed Oct 9, 2024
1 parent 997a713 commit 4013efc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ set smartindent

call plug#begin('~/.vim/plugged')

Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
Plug 'nvim-lua/plenary.nvim'
Plug 'nvim-telescope/telescope.nvim'
Plug 'projekt0n/github-nvim-theme'
Plug 'MunifTanjim/nui.nvim'
Plug 'kdheepak/lazygit.nvim'
Plug 'crnvl96/lazydocker.nvim'
Plug 'preservim/nerdcommenter'
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'nvim-lua/plenary.nvim'

call plug#end()

Expand Down Expand Up @@ -91,6 +92,10 @@ let mapleader = " "
nnoremap <leader>e :Vex<CR><C-w>o
nnoremap <leader><CR> :so ~/.config/nvim/init.vim<CR>
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>
"Git diff
nnoremap <leader>d :LazyGit<CR>
Expand Down

0 comments on commit 4013efc

Please sign in to comment.