From 3b66eddf40e4852fa8cbd29909b38e2653ea203c Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 8 Mar 2026 10:23:20 +0530 Subject: [PATCH] feat: Update vim config --- .vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 067cf64..b0ecbd8 100644 --- a/.vimrc +++ b/.vimrc @@ -5,6 +5,9 @@ filetype off " required set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() +" onedark colorscheme +Plugin 'joshdick/onedark.vim' + " Ag Plugin 'rking/ag.vim' @@ -116,5 +119,5 @@ let g:enable_italic_font = 1 let g:hybrid_custom_term_colors = 1 let base16colorspace=256 set background=dark -colorscheme hybrid +colorscheme onedark highlight CursorLine cterm=BOLD ctermbg=235 ctermfg=NONE