More plugins
This commit is contained in:
@ -2,4 +2,5 @@ lua << EOF
|
||||
require 'lspconfig'
|
||||
require("lsp")
|
||||
require("diagnostics")
|
||||
require("telescope")
|
||||
EOF
|
||||
|
@ -163,13 +163,14 @@ endfunction
|
||||
|
||||
com! -nargs=? -complete=file Blame :call G4Blame(<f-args>)
|
||||
|
||||
nnoremap <leader>cs :FzfCs<space>
|
||||
" nnoremap <leader>cs :FzfCs<space>
|
||||
" The buffer n can be replaced by any other unused buffer.
|
||||
" <c-u> removes the visual range because csearch doesn't support ranges.
|
||||
" Removes newlines to allow the entire line search using V-LINE mode.
|
||||
vnoremap <leader>cs "ny:<c-u>FzfCs "<c-r>=substitute(@n, '\n', '', '')<cr>"<cr>
|
||||
" vnoremap <leader>cs "ny:<c-u>FzfCs "<c-r>=substitute(@n, '\n', '', '')<cr>"<cr>
|
||||
nnoremap <leader>csi :CsImporter<cr>
|
||||
nnoremap <leader>CS :FzfCs<Space> <C-r><C-w> <cr>
|
||||
" nnoremap <leader>CS :FzfCs<Space> <C-r><C-w> <cr>
|
||||
|
||||
nnoremap <leader>cc :CritiqueUnresolvedComments<space><cr>
|
||||
nnoremap <leader>s :call CitCObsession()<CR>
|
||||
nnoremap <leader>g :GoogleOutlineWindow<CR>
|
||||
|
@ -2,7 +2,7 @@ let pyxversion = 3
|
||||
|
||||
|
||||
" -------- FZF --------
|
||||
nmap <C-P> :FZF<CR>
|
||||
" nmap <C-P> :FZF<CR>
|
||||
|
||||
nmap <leader><tab> <plug>(fzf-maps-n)
|
||||
xmap <leader><tab> <plug>(fzf-maps-x)
|
||||
|
@ -16,6 +16,10 @@ Plug 'folke/trouble.nvim'
|
||||
|
||||
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
|
||||
|
||||
Plug 'nvim-lua/plenary.nvim' " lua helpers
|
||||
Plug 'nvim-telescope/telescope.nvim' " actual plugin
|
||||
Plug 'sso://user/vintharas/telescope-codesearch.nvim'
|
||||
|
||||
" UI EXTENSIONS
|
||||
Plug 'ntpeters/vim-better-whitespace' "auto-set tab/space size
|
||||
Plug 'junegunn/fzf.vim'
|
||||
|
0
vim/.vim/prefs/telescope.vim
Normal file
0
vim/.vim/prefs/telescope.vim
Normal file
Reference in New Issue
Block a user