mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-12-17 21:58:19 -05:00
Remove a useless check to ensure the term isn't linux from palette.vim
This commit is contained in:
parent
f4ff175e65
commit
5b5bfc3e96
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
if has("gui_running") || &term != "linux" && &termguicolors
|
||||
if has("gui_running") || &termguicolors
|
||||
let g:cBlack = '#000000'
|
||||
let g:cWhite = '#ffffff'
|
||||
|
||||
|
|
Loading…
Reference in a new issue