代码拉取完成,页面将自动刷新
vim9script
# vim:fdm=marker fmr={,}
#=======================================================================
# Author: jiaobuzuji@163.com
# Github: https://github.com/jiaobuzuji
# Date: 2021 Aug 11
#=======================================================================
# runtimepath
$MYVIMRC = fnamemodify(expand('<sfile>'), ":p")
$VIMFILES = fnamemodify(expand('<sfile>'), ":p:h")
# set runtimepath ^= $VIMFILES # Source vimrc at anywhere
# set runtimepath += $VIMFILES/after
# leader key
g:mapleader = "\<Space>"
g:maplocalleader = ';'
# Suppress Plugins
g:loaded_getscript = 1
g:loaded_getscriptPlugin = 1
g:loaded_gzip = 1
g:loaded_logipat = 1
g:loaded_netrw = 1
g:loaded_netrwPlugin = 1
g:loaded_netrwSettings = 1
g:loaded_netrwFileHandlers = 1
g:loaded_matchit = 1
g:loaded_tar = 1
g:loaded_tarPlugin = 1
g:loaded_rrhelper = 1
g:loaded_spellfile_plugin = 1
g:loaded_vimball = 1
g:loaded_vimballPlugin = 1
g:loaded_zip = 1
g:loaded_zipPlugin = 1
# load plugin
plug#begin($VIMFILES .. '/bundle')
bundle#colorscheme#load()
bundle#awesome#load() # miscellaneous lifechange
bundle#fuzzyfinder#load()
# bundle#vimlsp#load() # lsp snippet (node)
# bundle#ycm#load() # YouCompleteMe (python3)
bundle#coc#load() # neoclide coc.nvim, lsp snippet (node)
plug#end() # All of your Plugins must be added before the following line
filetype plugin indent on
syntax on
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。