This configuration provides a basic, user-friendly setup for Neovim
with customized lualine
and Nvim-Tree
for navigation. If you're someone new to neovim editor, this would be a great starter template to begin your vim
journey with.
- Ayu Theme: Uses the Ayu theme - https://github.com/ayu-theme/ayu-vim
- Lualine: Employs a
slanted-gaps
theme with customized colors - https://github.com/nvim-lualine/lualine.nvim
- Nvim-Tree: Integrates Nvim-Tree for navigation - https://github.com/nvim-tree/nvim-tree.lua.
- Note: The font used in the screenshot is https://www.jetbrains.com/lp/mono/.
- Current stable version of
neovim
- https://neovim.io vim-plug
: package manager for neovim - https://github.com/junegunn/vim-plug- Works with a terminal that supports a
termguicolors
. If your usingiterm2
orwarp
you should be fine. Does not work with default terminal.
- Clone the repositry using
git clone https://github.com/rakshith077-bn/neovim-setup
- Assuming you have created a
~/.config/nvim
directory. Move theinit.vim
file to the directory withmv init.vim ~/.config/nvim
- Install the required plugins with
:PlugInstall
run as a nvim command.