1 Star 0 Fork 0

ZenLian / nvim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init.vim 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zenlian 提交于 2020-03-17 23:03 . coc: config coc-git.
set verbosefile=/tmp/vim.log
" termtype
" 'screen' : GUI or SCREEN
" 'xterm' : TERMINAL
let g:zl_termtype='xterm'
let g:zl_plugins=['basics', 'colorscheme', 'powerline']
"let g:zl_plugins=['basics']
" source local config, take python-virtualenv as an example
"let g:python3_host_prog = expand('~/anaconda3/envs/py3-nvim/bin/python')
"let g:python_host_prog = expand('~/anaconda3/envs/py2-nvim/bin/python')
if filereadable(expand('~/.config/nvim/vimrcs/local.vim'))
source ~/.config/nvim/vimrcs/local.vim
endif
source ~/.config/nvim/vimrcs/plugins.vim
source ~/.config/nvim/vimrcs/general.vim
source ~/.config/nvim/vimrcs/keymappings.vim
source ~/.config/nvim/vimrcs/ui.vim
1
https://gitee.com/ZenLian/nvim.git
git@gitee.com:ZenLian/nvim.git
ZenLian
nvim
nvim
master

搜索帮助