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'
|
Plug 'easymotion/vim-easymotion'
|
||||||
" Fuzzy search
|
" Fuzzy search
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'jesseleite/vim-agriculture'
|
|
||||||
" Remove extraneous whitespace when edit mode is exited
|
" Remove extraneous whitespace when edit mode is exited
|
||||||
Plug 'thirtythreeforty/lessspace.vim'
|
Plug 'thirtythreeforty/lessspace.vim'
|
||||||
" Status bar mods
|
" Status bar mods
|
||||||
|
@ -220,9 +219,6 @@ nnoremap <Leader>vm :Commands<CR>
|
||||||
nnoremap <Leader>vo :Locate<SPACE>
|
nnoremap <Leader>vo :Locate<SPACE>
|
||||||
nnoremap <Leader>vk :Maps<CR>
|
nnoremap <Leader>vk :Maps<CR>
|
||||||
nnoremap <Leader>d :exe ':Rg ' . expand('<cword>')<CR>
|
nnoremap <Leader>d :exe ':Rg ' . expand('<cword>')<CR>
|
||||||
nnoremap <Leader>/ <Plug>RgRawSearch
|
|
||||||
vnoremap <Leader>/ <Plug>RgRawVisualSelection
|
|
||||||
nnoremap <Leader>* <Plug>RgRawWordUnderCursor
|
|
||||||
" Quick buffer switching
|
" Quick buffer switching
|
||||||
nnoremap <Leader>b :ls<CR>:b<Space>
|
nnoremap <Leader>b :ls<CR>:b<Space>
|
||||||
" Undo tree
|
" Undo tree
|
||||||
|
@ -569,8 +565,6 @@ let g:cpp_class_decl_highlight = 1
|
||||||
let g:cpp_posix_standard = 1
|
let g:cpp_posix_standard = 1
|
||||||
let g:cpp_concepts_highlight = 1
|
let g:cpp_concepts_highlight = 1
|
||||||
|
|
||||||
let g:agriculture#rg_options = '--case-sensitive'
|
|
||||||
|
|
||||||
let g:UltiSnipsExpandTrigger="<Tab>"
|
let g:UltiSnipsExpandTrigger="<Tab>"
|
||||||
let g:UltiSnipsJumpForwardTrigger="<C-b>"
|
let g:UltiSnipsJumpForwardTrigger="<C-b>"
|
||||||
let g:UltiSnipsJumpBackwardTrigger="<C-z>"
|
let g:UltiSnipsJumpBackwardTrigger="<C-z>"
|
||||||
|
|
Loading…
Reference in a new issue