aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2020-06-22 10:13:49 +0200
committerCamil Staps2020-06-22 10:13:49 +0200
commitbdc593e95aa0672bee8074eeda7cd4e6cbda4526 (patch)
treefaa7b1fe2d77300db889048c97e398255705410d
parentClean install script: allow platform argument; increase heap size in iTasksDe... (diff)
Vim: set nowrap; set cursorline
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 9ceef74..a60d6ce 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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