Skip to content

Commit

Permalink
Update init.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
yk0n9 authored Apr 24, 2023
1 parent c8e1b64 commit b39c1fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neovim-conf/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

call plug#begin('~/nvim-plug')
" Theme
Plug 'joshdick/onedark.vim'
Plug 'rakr/vim-one'

" Autocomplete
" Ctrl + N: Next | Ctrl + P: Prev | Enter: Confirm
Expand Down Expand Up @@ -30,7 +30,7 @@ let g:NERDTreeDirArrowCollapsible = '▾'
" Status Bar
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
let g:airline_theme='onedark'
let g:airline_theme='one'

" Format
Plug 'sbdchd/neoformat'
Expand All @@ -46,7 +46,7 @@ let g:auto_save_no_updatetime = 1
Plug 'tpope/vim-fugitive'
" Git Show Diff
Plug 'airblade/vim-gitgutter'
set updatetime=100
set updatetime=1000
" Directory Tree Git Info
Plug 'xuyuanp/nerdtree-git-plugin'
let g:NERDTreeGitStatusIndicatorMapCustom = {
Expand Down Expand Up @@ -108,8 +108,8 @@ tnoremap <Esc> <C-\><C-n>
"===Other========================================
try
set background=dark
colorscheme onedark
set background=light
colorscheme one
catch
endtry
set cul
Expand Down

0 comments on commit b39c1fd

Please sign in to comment.