mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
Add telescope-nvim
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user