GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
打造了自己专属的一款IDE,一些Vim配置文件、Vim插件配置文件以及常用的Bash脚本. Contribute to yang-datong/Vim-Config development by creating an account on GitHub.
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议配置并使用私人令牌替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName ...
config.lua 增加插件与配置改进 2年前 github2ee.py 使用mason 代码lsp-install 2年前 init.lua 同步LunarVim 2年前 README SkCode 前言 特点 开箱即用 简单快速 风格统一 环境 安装 效果 首页 文件树 自动完成 lsp Code Actions 重命名 模糊搜索
git clone git@github.com:zhchnchn/VimConfig.git ~/.vim (2)创建symbolic link,将~/.vim/vimrc文件link 到 ~/.vimrc文件。 ln-s ~/.vim/vimrc ~/.vimrc (3)如果修改了本地的vimrc文件,在 git add和git commit之后,可以直接git push提交到github上。
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim Vundle是用来管理插件的插件,用github下载到 ~/.vim/bundle/Vundle.vim文件夹下。 注:安装前需要提前安装github,参考言有三老师公众号白身境 在/home根目录下,通过(Ctrl+h)显示隐藏文件: ...
curl-Lhttps://github.com/kien/ctrlp.vim/archive/1.79.tar.gz\\ |tarzx-C~/.vim/pack/foobar/opt 该命令创建了 ~/.vim/pack/foobar/opt/ctrlp.vim-1.79 文件夹,现在这个包可以使用了。我们再次回到vim中,为这个新包创建一个帮助标签的索引: ...
1、下载vim8.2:git clone https://github.com/vim/vim.git 2、进入目录:cd vim 3、切换到最新的tag:git checkout v8.2.1522 #可使用git tag查看所有的tag 4、配置:./configure –prefix=/usr –enable-luainterp=yes –enable-mzschemeinterp –enable-perlinterp=yes –enable-python3interp=yes –enable-...
nvim-lspconfig Git集成 Git Signs, Hunk Preview(gitsigns.nvim) Line Blame(gitsigns.nvim) Diff View(diffview.nvim) Commit, Stage and Pull(neogit) 程序调试 虽然但是, 建议该用IDE就用IDE(nvim-dap) 仓库介绍 我从去年5月左右切换到Neovim以后,闲暇时间就常常探索GitHub上的Neovim插件,没想到到了今天...
require('lualine').get_config() Starting lualine require('lualine').setup() Setting a theme options={theme='gruvbox'} All available themes are listed inTHEMES.md. Please create a PR if you managed to port a popular theme before us,here is how to do it. ...