aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-30 14:53:58 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-10-30 14:53:58 +0100
commit566a5465c169df1f92be66ef5c750c6ef36006ce (patch)
tree38f956ff21dab465ae58b438631fd5b8cb1f6ce0
parent31180059a74fbc9c747f273bb79271bb669c5bd7 (diff)
downloadvimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.tar.gz
vimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.tar.bz2
vimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.zip
Set termguicolors for neovim
-rw-r--r--dotvimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotvimrc b/dotvimrc
index daea6a8..0d8465b 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -118,6 +118,9 @@ endfunction
colorscheme bramwombat
if has("nvim")
+ if (has("termguicolors"))
+ set termguicolors
+ endif
set cursorline
set noincsearch
elseif has("gui_running")