11 lines
443 B
VimL
11 lines
443 B
VimL
|
"=============================================================================
|
||
|
" init.vim --- Entry file for neovim
|
||
|
" Copyright (c) 2016-2021 Wang Shidong & Contributors
|
||
|
" Author: Wang Shidong < wsdjeg@outlook.com >
|
||
|
" URL: https://spacevim.org
|
||
|
" License: GPLv3
|
||
|
"=============================================================================
|
||
|
|
||
|
execute 'source' fnamemodify(expand('<sfile>'), ':h').'/main.vim'
|
||
|
set guifont=mononoki\ Nerd\ Font:h9
|