The (almost) perfect Neovim setup for Node.js

Опубликовано: 04 Сентябрь 2023
на канале: Dreams of Code
82,783
2k

Setting up Neovim for Node.js shouldn’t be a chore. This video will help you get set up and learn how to easily configure and customize Neovim for your own configuration. By the end of this video, you'll have Neovim set up for code completion, linting, autoformatting and debugging. As well as learning how to interface with LSP commands yourself.

⚠️ NVChad has had some breaking changes, make sure to use the v2.0 branch if you're using this video. You can find the command below.

Commands:
NVChad Install line: git clone -b v2.0 https://github.com/NvChad/NvChad ~/.config/nvim --depth 1

Join this channel to get access to perks:
   / @dreamsofcode  

Video Links:
Final Config: https://github.com/dreamsofcode-io/ne...
Formatter.nvim: https://github.com/mhartington/format...
Nvim-lint: https://github.com/mfussenegger/nvim-...
TypeScript Language Server:
Biome: https://biomejs.dev/
Prettier: https://prettier.io/
Eslint: https://eslint.org/

My socials:
Discord:   / discord  
Twitter:   / dreamsofcode_io  

My Equipment:
Voice over: https://kit.co/dreamsofcode/voiceover
Coding: https://kit.co/dreamsofcode/coding

00:00 Getting Started
02:41 Code Completion
07:18 Linting
11:06 Autoformatting
13:06 Null-ls
14:33 Debugger
18:37 Organize Imports