AlphaNvim is my own neovim configuration after BobVim which isn't really that blazing and isn't really that bloat ¯\_(ツ)_/¯
Warning
This neovim config is not a distro! It is just the config that I use. This config only covers my personal needs.
- Run this command -
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone https://github.com/TarunDaCoder/AlphaNvim.git ~/.config/nvim
- Then, inside of neovim do
:Rocks sync
Note
Doing :Rocks sync
might take a while the first time you run it as rocks.nvim
is a bit slow.
- And, ta-da! You now have
AlphaNvim
installed! 🎉
- rocks.nvim is our package manager
- care.nvim for completions
- barbar.nvim is the tabline
- feline.nvim is the statusline
- this is the feline theme i used
- telescope.nvim is the fuzzy finder
- conform.nvim for formatting
- overseer.nvim for code running
- trouble.nvim better quickfix list and lots more...
- indentmini.nvim for showing indent lines
- which-key.nvim for showing our keymaps
- alpha-nvim dashboard
- nvim-rip-substitute for quick search and replace
- image.nvim for image previewing
- sus.nvim for a little bit of fun
- and many more...