Skip to content

creativecomposer/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My NeoVim Personalized Development Environment configuration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published