/nvim-config

nvim config

Primary LanguageLuaOtherNOASSERTION

init.lua for things

just some stuff with lsp and completions etc

quick start (because i'll forget this)

# get nvim
curl -Lfs https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz | tar -xzv
cp -r nvim-linux64/* ~/.local/
# directly clone this into nvim config? or not...
git clone https://github.com/parthpower/nvim-config.git ~/.config/nvim
nvim

yoinked stuff from