Add telescope-nvim

This commit is contained in:
Dave Gallant
2021-07-08 13:35:22 -04:00
parent 405ff357af
commit ea443a5b17
3 changed files with 9 additions and 7 deletions

View File

@@ -242,6 +242,7 @@ in
extraConfig = ''
set -g @plugin 'seebi/tmux-colors-solarized'
set -g @colors-solarized 'dark'
set -sg escape-time 0
'';
}
];
@@ -293,14 +294,13 @@ in
coc-json
coc-nvim
coc-rls
fzf-vim
fzfWrapper
gruvbox
nerdtree
rust-vim
supertab
syntastic
tabular
telescope-nvim
typescript-vim
vim-commentary
vim-fugitive

View File

@@ -112,9 +112,11 @@ let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
" fzf.vim
let g:fzf_preview_window = 'up:50%'
let g:fzf_layout = { 'window': 'enew' }
" telescope-nvim
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
" vim-markdown
let g:vim_markdown_override_foldtext=0