some experiments
This commit is contained in:
parent
235c626ff9
commit
a5827a87a2
5 changed files with 32 additions and 23 deletions
|
@ -86,6 +86,9 @@ let g:lightline = {
|
|||
let g:lightline['colorscheme'] = printf(lightline_theme)
|
||||
|
||||
if $TERM !~ '^linux'
|
||||
if $TERM == 'xterm-256color'
|
||||
set term=xterm-direct
|
||||
endif
|
||||
if has('gui_running')
|
||||
set guifont=Cascadia\ Code\ PL:h16
|
||||
set guicursor=a:blinkon0,a:block,i:ver1-Cursor/lCursor,r:hor1-Cursor/lCursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue