Skip to content

Commit

Permalink
Update config.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Debajyati authored Jan 7, 2024
1 parent f216070 commit ee3935a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ set ts=2 sts=2 sw=2 et ai si
set mouse=a " Allow to use the mouse in the editor
set cursorline " Highlights the current line in the editor
set title " Show file title
set term=xterm-256color
set t_Co=256
" set term=xterm-256color
" set t_Co=256

call plug#begin('~/.vim/plugged')
" Plug 'vim-airline/vim-airline'
Expand Down

0 comments on commit ee3935a

Please sign in to comment.