From c2f76598496eb0245f966a1ab2270ebfc778ef9a Mon Sep 17 00:00:00 2001 From: nnduc Date: Sat, 28 Oct 2023 08:12:58 +0000 Subject: [PATCH] Update init.vim --- init.vim | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/init.vim b/init.vim index 4026c17..6293d66 100755 --- a/init.vim +++ b/init.vim @@ -29,7 +29,6 @@ Plug 'junegunn/fzf.vim' Plug 'honza/vim-snippets' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' -Plug 'cocopon/iceberg.vim' Plug 'kevinhwang91/nvim-bqf' Plug 'morhetz/gruvbox' Plug 'tpope/vim-fugitive' @@ -37,18 +36,17 @@ Plug 'ynkdir/vim-diff' call plug#end() "Color scheme -colorscheme iceberg -"colorscheme gruvbox -"let g:gruvbox_contrast_light = 'hard' +"colorscheme iceberg +"set background=light +colorscheme gruvbox +let g:gruvbox_contrast_light = 'hard' -set background=light "Open NERDTree :nnoremap g:NERDTree.IsOpen() ? "\:NERDTreeClose" : bufexists(expand('%')) ? "\:NERDTreeFind" : "\:NERDTree" "Coc.nvim -inoremap pumvisible() ? coc#_select_confirm() : "\u\" inoremap \ coc#pum#visible() ? coc#_select_confirm() : \ coc#expandableOrJumpable() ? "\=coc#rpc#request('doKeymap', ['snippets-expand-jump',''])\" : @@ -61,8 +59,6 @@ function! CheckBackSpace() abort endfunction let g:coc_snippet_next = '' -let g:coc_snippet_next = '' -nnoremap e :CocCommand snippets.editSnippets " Comments let mapleader = ","