-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Again, I do recommend fauxClip plugin - it's as close to real deal as possible and so far never disappointed me.
-
Puts Debuggerer
Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.
function! utils#InstallPlugins() abort let dir = substitute(&packpath, ",.*", "", "")."/pack/plugins/start/" silent! call mkdir(dir, 'p') call system("git init ".dir) for plugin in g:plugins.repos echo "repo: ".plugin call system("git -C ".dir." submodule add --depth=1 https://github.com/".plugin) endfor call system("git -C ".dir." submodule update --recursive --remote") for f in g:plugins.files echo "file: ".f[0] call system("curl -o ".substitute(&rtp, ",.*", "", "")."/".f[0]." -L ".f[1]) endfor silent! helptags ALL echo "Plugins installed" endfunction
Related posts
-
I use the following script to update vim git plugins; is there a native equivalent command in vim 9.x+ ? (I do not want to us packge managers)
-
Anyone else using git submodules to manage your plugins?
-
GitHub - github/copilot.vim: Neovim plugin for GitHub Copilot
-
focus.nvim. A tiny lua plugin that auto-resizes neovim splits when cursor moves.
-
Render & Github Actions