-
wget --quiet https://github.com/neovim/neovim/releases/download/nightly/n... --output-document nvim
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
NvChad
Blazing fast Neovim framework providing solid defaults and a beautiful UI, enhancing your neovim experience.
-
-
AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
-
-
i actually solved this by moving my whole dev environment into a reproducible Dockerfile.
Can see it here https://github.com/hauxir/dotfiles/blob/master/devenv.sh
then i can simply run it anywhere that has docker with a curl/bash script :)
-
You can find the Neovim configuration in the neovim directory.
https://github.com/AlexSWall/dot-files
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
> VS Codium (my preferred variant, telemetry-free)
Telemetry reduced -
https://github.com/VSCodium/vscodium/blob/master/DOCS.md#dis...
-
-
Why not have both? https://github.com/vscode-neovim/vscode-neovim
I was using the VSCodeVim plugin, but it kept breaking. I now moved to the Neovim plugin and works great!
-
And here is mine - itโs goal is parity with VS Code, but in a single file thatโs well organized (based on kickstart.nvim)
https://github.com/weakphish/dotfiles/blob/master/.config/nv...
-
Perhaps by "frameworks" you meant plugin managers.
On vim, I was using vim-plug, which works fine with neovim too.
At some point I switched to Packer, which is written in Lua and is definitely more powerful. Now I would recommend Lazy instead: https://github.com/folke/lazy.nvim
Yes, it's silly that neovim still doesn't come with built-in plugin management. Installing a plugin should require 0 lines of config.