Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 761 Bytes

My NeoVim config

This is my NeoVim setup for my Web Development work.

It is based on the video and repo by ThePrimeagen:

  1. The Video
  2. The repo

It uses lsp-zero, which makes it super easy to set up LSP.

How to set up

  1. Clone this repo to ~/.config/nvim/.

  2. Run ansible-playbook packer.yml.

  3. Make sure that the npm packages typescript, typescript-language-server, and vscode-langservers-extracted are installed.

    • I use nvm to manage node and the global npm packages. So, running nvm install --lts installs all of these packages for me.
  4. Install NeoVim.

  5. Launch NeoVim and run PackerSync.