diff options
| -rw-r--r-- | vim/.vimrc | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -53,6 +53,7 @@ set nu  set dir=~/.swp  set listchars=nbsp:¬,tab:▸\ ,extends:»,precedes:«,trail:•  set nolist +set nowrap  set tabpagemax=100  set nrformats=hex,alpha  set fillchars+=fold:\  @@ -67,6 +68,7 @@ filetype plugin indent on  syntax enable  " Colours & Highlighting +set cursorline  colorscheme solarized  highlight SpellBad cterm=underline,bold ctermfg=black ctermbg=red  highlight SpellCap cterm=underline,bold ctermfg=black ctermbg=yellow | 
