NeoVim configs in Lua
with:
- packer.nvim
- nvim-tree
- nvim-treesitter
- Lualine
- catppuccin
Just copy int.lua and the lua folder to the neovim config folder ~/.config/nvim/
Git clone this repo and then:
cd NeoVim_configs_Lua/
cp init.lua ~/.config/nvim/
cp -r lua/ ~/.config/nvim/
Add this in .bash.rc:
# Add bin to PATH
PATH=$PATH:/home/$USER/.local/bin
To "update" current terminal:
source .bashrc
type nvim in the terminal and its done the plugins will start to install
Open ~/.config/nvim/lua/core/plgins.lua with NeoVim and use :PackerSync command