Совместимость с Neovim
This commit is contained in:
parent
979bc8f385
commit
aa8c8ab374
@ -242,6 +242,8 @@ function! plug#begin(...)
|
||||
let home = s:path(s:plug_fnamemodify(s:plug_expand(a:1), ':p'))
|
||||
elseif exists('g:plug_home')
|
||||
let home = s:path(g:plug_home)
|
||||
elseif has('nvim')
|
||||
let home = stdpath('data') . '/plugged'
|
||||
elseif !empty(&rtp)
|
||||
let home = s:path(split(&rtp, ',')[0]) . '/plugged'
|
||||
else
|
||||
|
@ -1 +1,3 @@
|
||||
set guifont=Iosevka\ Prog\ 18
|
||||
if has('gui_running') && !has('nvim')
|
||||
set guifont=Iosevka\ Prog\ 18
|
||||
endif
|
||||
|
@ -1 +1,3 @@
|
||||
set guifont=Iosevka\ Prog\ 18
|
||||
if has('gui_running') && !has('nvim')
|
||||
set guifont=Iosevka\ Prog\ 18
|
||||
endif
|
||||
|
@ -1 +1,3 @@
|
||||
set guifont=Iosevka\ Prog\ 10
|
||||
if has('gui_running') && !has('nvim')
|
||||
set guifont=Iosevka\ Prog\ 10
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user