This is my neovim configuration file in Lua. It has code completion and has plugins for Javascript/Typescript!
- Nvim >= 0.7.0
- NodeJS >= 16
- Ripgrep
- Python 3 (OPTIONAL)
- 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
.config
directory if not already made and access it.
mkdir ~/.config && cd ~/.config
- Clone this repository
git clone [email protected]:tanoargie/nvim.git
- Enter newly created folder and open it.
cd nvim && nvim .
- Install Plugins.
:PackerInstall
- Enjoy!