-
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
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
I do this same thing. And I put it up on GitHub: https://github.com/mikelane/.vim. So any time I need to get vim set up on a new computer, I just clone it.
-
I used to manage plugins this way, but it got difficult to keep up with. I switched to Plug and never looked back. You get the same results without the hassle, and you can manage plugins without leaving vim.
-
I do and I use git-submanage to add some git commands for working with submodules. Specifically git sub-commit-changelog --verbose path/to/plugin to commit the plugin update with a changelog in the commit message (and aborts if there are no changes or it went backwards).
-
I use dotbot to manage my dotfiles, which is good for anything I need to install prior to installing plugins (I use vim-plug).
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
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)
-
JavaScript Basic Interview Questions for Mastering String
-
Building a Nodejs API using the Twelve-Factor App Principles
-
Implementing GitOps with FluxCD for Kubernetes Applications
-
Descubre el Protocolo Agent2Agent: La Nueva Era de la Interoperabilidad entre Agentes de IA