diff options
| author | Camil Staps | 2020-06-22 10:13:49 +0200 | 
|---|---|---|
| committer | Camil Staps | 2020-06-22 10:13:49 +0200 | 
| commit | bdc593e95aa0672bee8074eeda7cd4e6cbda4526 (patch) | |
| tree | faa7b1fe2d77300db889048c97e398255705410d | |
| parent | Clean install script: allow platform argument; increase heap size in iTasksDe... (diff) | |
Vim: set nowrap; set cursorline
| -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 | 
