Added telescope
This commit is contained in:
parent
6ad3ba0679
commit
97d15fb9d4
@ -58,6 +58,9 @@ call plug#begin('~/.config/nvim/plugged')
|
|||||||
" Fzf plugin
|
" Fzf plugin
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'junegunn/fzf'
|
Plug 'junegunn/fzf'
|
||||||
|
" Telescope
|
||||||
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
|
Plug 'nvim-telescope/telescope.nvim'
|
||||||
|
|
||||||
" CSS
|
" CSS
|
||||||
Plug 'ap/vim-css-color'
|
Plug 'ap/vim-css-color'
|
||||||
@ -146,6 +149,10 @@ nmap <Leader>q :Rg<CR>
|
|||||||
nmap <Leader>w :Files<CR>
|
nmap <Leader>w :Files<CR>
|
||||||
nmap <C-p> :Files<CR>
|
nmap <C-p> :Files<CR>
|
||||||
|
|
||||||
|
nmap <Leader>e :Telescope buffers<CR>
|
||||||
|
nmap <Leader>q :Telescope live_grep<CR>
|
||||||
|
nmap <Leader>w :Telescope find_files<CR>
|
||||||
|
|
||||||
" Resize window
|
" Resize window
|
||||||
nnoremap <C-L> :vertical resize +5<CR>
|
nnoremap <C-L> :vertical resize +5<CR>
|
||||||
nnoremap <C-H> :vertical resize -5<CR>
|
nnoremap <C-H> :vertical resize -5<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user