Git integration for buffers git lua neovim nvim neovim-plugin neovim-lua-plugin Updated Feb 15, 2025 Lua LunarVim / Neovim-from-scratch Star 5.5k Code Issues Pull requests 📚 A Neovim config designed from scratch to be understandable neovim nvim neovim-dotfiles nvimrc hacktoberfest...
Plug'preservim/nerdtree' Plug'Xuyuanp/nerdtree-git-plugin' 在call begin 和 call end 之间加上'preservim/nerdtree' 进行以下的简单配置 copy " autocmd vimenter * NERDTree "自动开启Nerdtree letg:NERDTreeWinSize = 25"设定 NERDTree 视窗大小 let NERDTreeShowBookmarks=1 "开启Nerdtree时自动显示Bookmarks "...
1、brew install neovim git python3 fd ripgrep xmake (可能还需要安装很多其他东西,待补充) 2、安装lazy管理包,参考https://www.lazyvim.org/installation。安装完成后运行一下nvim,此时会启动lazy,下载很多插件 3、在2的基础上进行简单的个人化定制。例如我的定制有 a、修改配色。在nvim配置的plugins目录下增...
The Telescope plugin is used to track all git repository visited in one nvim session. Why a telescope Plugin? Assuming you have one or more submodule(s) in your project and you want to commit changes in both the submodule(s) and the main repo. Though switching between submodules and main...
.gitignore update 2年前 .stylua.toml update 2年前 README.md chore: update theme plugin name、link 3年前 config.lua 增加插件与配置改进 2年前 github2ee.py 使用mason 代码lsp-install 2年前 init.lua 同步LunarVim 2年前 README SkCode ...
Plug 'https://gitee.com/zgpio/coc.nvim.git' call plug#end() 其中,call之间的内容是vim plug定义插件的地方,具体可网上查找信息。而Plug是定义了这个插件要下载的url。 在coc.nvim 的源码里有推荐, " Use release branch (recommended) Plug 'neoclide/coc.nvim', {'branch': 'release'} ...
git clone https://github.com/mfussenegger/nvim-dap.git ~/.config/nvim/pack/plugins/start/nvim-dap vim-plug:Plug 'mfussenegger/nvim-dap' packer.nvim:use 'mfussenegger/nvim-dap' :helptags ALL使用或 生成 nvim-dap 的文档:helptags <PATH-TO-PLUGIN/doc/> ...
dir = '~/projects/my-local-plugin/' 这告诉lazy.nvim,每次从plugin文件夹加载插件。 url url是一个自定义的Git仓库的URL,这个URL指向插件的Git仓库,可以是GitHub、GitLab、Bitbucket等服务的仓库。 比如: { url = 'https://github.com/user/repo1.git' } { url = 'https://github.com/user/repo2...
mkdir -p ~/.config/nvim/after/plugin nvim ~/.config/nvim/after/plugin/defx.rc.vim # 配置如下 if !exists('g:loaded_defx') | finish | endif " Define mappings "cnoreabbrev sf Defx -listed -new " \ -columns=indent:mark:icon:icons:filename:git:size " \ -buffer-name=tab`tabpage...
git config --global user.name userName git config --global user.email userEmail 分支7 标签9 Amaan Qureshifix(firrtl): adapt to scanner rewrite19385832年前 4114 次提交 提交 .github fix(dart): update indents from upstream (#4924) 2年前 ...