This is my neovim configuration file in Lua. It has code completion and has plugins for Javascript/Typescript!
- Nvim >= 0.11.0
- NodeJS >= 22
- Ripgrep
- Python 3
- Ruby >= 3.0.0 (OPTIONAL)
- Clangd (OPTIONAL. You should be able to install it with the following commands:
sudo apt-get install clangd-9(ubuntu) orbrew install llvm(mac). Remember to add clangd to your path)./opt/llvm/bin
- Make
.configdirectory if not already made and access it.
mkdir ~/.config && cd ~/.config
- Clone this repository
git clone git@github.com:tanoargie/nvim.git
- Enter newly created folder and open it.
cd nvim && nvim .
- Install Plugins.
:PackerInstall
- Enjoy!