feat: Update vim config

This commit is contained in:
2026-03-08 10:23:20 +05:30
parent 603de94d16
commit 3b66eddf40

5
.vimrc
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