feat: Update vim config

This commit is contained in:
2026-05-31 13:28:42 +05:30
parent 252fa33d48
commit 05c497e6e9
+4 -1
View File
@@ -5,6 +5,9 @@ filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()
" onedark colorscheme
Plugin 'joshdick/onedark.vim'
" Ag " Ag
Plugin 'rking/ag.vim' Plugin 'rking/ag.vim'
@@ -116,5 +119,5 @@ let g:enable_italic_font = 1
let g:hybrid_custom_term_colors = 1 let g:hybrid_custom_term_colors = 1
let base16colorspace=256 let base16colorspace=256
set background=dark set background=dark
colorscheme hybrid colorscheme onedark
highlight CursorLine cterm=BOLD ctermbg=235 ctermfg=NONE highlight CursorLine cterm=BOLD ctermbg=235 ctermfg=NONE