nvim: init.vim: Remove vim-agriculture
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
1885132796
commit
c9715c9b69
1 changed files with 0 additions and 6 deletions
|
@ -12,7 +12,6 @@ Plug 'ervandew/supertab'
|
|||
Plug 'easymotion/vim-easymotion'
|
||||
" Fuzzy search
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'jesseleite/vim-agriculture'
|
||||
" Remove extraneous whitespace when edit mode is exited
|
||||
Plug 'thirtythreeforty/lessspace.vim'
|
||||
" Status bar mods
|
||||
|
@ -220,9 +219,6 @@ nnoremap <Leader>vm :Commands<CR>
|
|||
nnoremap <Leader>vo :Locate<SPACE>
|
||||
nnoremap <Leader>vk :Maps<CR>
|
||||
nnoremap <Leader>d :exe ':Rg ' . expand('<cword>')<CR>
|
||||
nnoremap <Leader>/ <Plug>RgRawSearch
|
||||
vnoremap <Leader>/ <Plug>RgRawVisualSelection
|
||||
nnoremap <Leader>* <Plug>RgRawWordUnderCursor
|
||||
" Quick buffer switching
|
||||
nnoremap <Leader>b :ls<CR>:b<Space>
|
||||
" Undo tree
|
||||
|
@ -569,8 +565,6 @@ let g:cpp_class_decl_highlight = 1
|
|||
let g:cpp_posix_standard = 1
|
||||
let g:cpp_concepts_highlight = 1
|
||||
|
||||
let g:agriculture#rg_options = '--case-sensitive'
|
||||
|
||||
let g:UltiSnipsExpandTrigger="<Tab>"
|
||||
let g:UltiSnipsJumpForwardTrigger="<C-b>"
|
||||
let g:UltiSnipsJumpBackwardTrigger="<C-z>"
|
||||
|
|
Loading…
Reference in a new issue