diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 14:53:58 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-10-30 14:53:58 +0100 |
commit | 566a5465c169df1f92be66ef5c750c6ef36006ce (patch) | |
tree | 38f956ff21dab465ae58b438631fd5b8cb1f6ce0 | |
parent | 31180059a74fbc9c747f273bb79271bb669c5bd7 (diff) | |
download | vimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.tar.gz vimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.tar.bz2 vimrc-566a5465c169df1f92be66ef5c750c6ef36006ce.zip |
Set termguicolors for neovim
-rw-r--r-- | dotvimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ endfunction colorscheme bramwombat if has("nvim") + if (has("termguicolors")) + set termguicolors + endif set cursorline set noincsearch elseif has("gui_running") |