Added Telescope
This commit is contained in:
parent
82fb9c7ee8
commit
b377ae9995
@ -144,6 +144,9 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
Plug 'L3MON4D3/LuaSnip'
|
Plug 'L3MON4D3/LuaSnip'
|
||||||
Plug 'sbdchd/neoformat'
|
Plug 'sbdchd/neoformat'
|
||||||
|
|
||||||
|
" Telescope
|
||||||
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
" LUA
|
" LUA
|
||||||
@ -327,10 +330,10 @@ nmap <C-_> <Plug>CommentaryLine
|
|||||||
vnoremap <Tab> >
|
vnoremap <Tab> >
|
||||||
vnoremap <S-Tab> <
|
vnoremap <S-Tab> <
|
||||||
|
|
||||||
" FZF
|
" Telescope
|
||||||
nmap <Leader>e :Buffers<CR>
|
nmap <Leader>e <cmd>Telescope buffers<cr>
|
||||||
nmap <Leader>q :Rg<CR>
|
nmap <Leader>w <cmd>Telescope find_files<cr>
|
||||||
nmap <Leader>w :Files<CR>
|
nmap <Leader>q <cmd>Telescope live_grep<cr>
|
||||||
|
|
||||||
" Resize window
|
" Resize window
|
||||||
nnoremap <C-L> :vertical resize +5<CR>
|
nnoremap <C-L> :vertical resize +5<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user