This is my init.lua and all the plugins that I use with it.
This Git repo contains files from the ~/.config/nvim
folder. So, you can go two ways about 'installing' the configs:
cd /path/to/clone/folder/
git clone https://github.com/Andy3153/andy3153-init.lua/
ln -s /path/to/clone/folder/andy3153-init.lua ~/.config/nvim/
cd /path/to/clone/folder/
git clone https://github.com/Andy3153/andy3153-zshrc/
cp -r andy3153-init.lua ~/.config/nvim/
cd ..
rm -rf andy3153-init.lua
Replace /path/to/clone/folder/
with the folder you want to clone the Git repo inside. Your choice, could be your Home directory.
See plugins.lua
- python
- python-virtualenv
- python-pynvim
- ranger
- ripgrep
- fd
- npm
- jre-openjdk
- xclip (X11) OR wl-clipboard (wayland) (for using the system clipboard)
python python-virtualenv python-pynvim ranger ripgrep fd npm jre-openjdk xclip wl-clipboard
Feel free to give me advice on this, or even help me with it!