nvim and metropolis
This commit is contained in:
@@ -8,9 +8,11 @@
|
||||
" :colorscheme works in terminals supported by base16-shell scripts
|
||||
" User must set this variable in .vimrc
|
||||
" let g:base16_shell_path=base16-builder/output/shell/
|
||||
|
||||
if !has("gui_running")
|
||||
if exists("g:base16_shell_path")
|
||||
execute "silent !/bin/sh ".g:base16_shell_path."/base16-{{scheme-slug}}.sh"
|
||||
" execute "silent !/bin/sh ".g:base16_shell_path."/base16-{{scheme-slug}}.sh"
|
||||
execute "silent !/bin/sh $HOME/.cache/theme/variables.sh"
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user