diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-01-25 17:31:44 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 13aa944b991f472509b41e815f97df0bf8f953ab (patch) | |
tree | 5bfa2fb5e716f9cd9842b6f478309ce3f548f493 /vimrc | |
parent | cc4dfccbb32c0f9abd5397c6b799610a2d84075f (diff) | |
download | dotnvim-13aa944b991f472509b41e815f97df0bf8f953ab.tar.gz dotnvim-13aa944b991f472509b41e815f97df0bf8f953ab.zip |
Use default theme
Avoid conflicts with dark/light support
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ endfunction let g:crystalline_enable_sep = 1 let g:crystalline_statusline_fn = 'StatusLine' -let g:crystalline_theme = 'gruvbox' +let g:crystalline_theme = 'default' set laststatus=2 |