This is the initial readme for my nvim config. I will be updating this as I go along.
The goal will be to update the readme with the Plugins, configurations, dependencies, keybindings, and any other useful information.
- Install neovim
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux-x86_64.tar.gz
- Create nvim config directory
mkdir -p ~/.config/nvim
-
Clone repo into nvim config directory
-
Ensure C++ is installed
sudo apt update && \
sudo apt install build-essential
- For Typescript/Javascript support run the following commands
npm install -g typescript-language-server typescript
Tip
Be sure to use ts_ls for the ensure installed in the lsp config