DEV Community

Cover image for My NeoVim setup for JavaScript(Front-End) development
2nthony
2nthony

Posted on

My NeoVim setup for JavaScript(Front-End) development

Recently I update my new NeoVim setup for JavaScript development.

cover1

cover2

What's includes?

  • LSP(Language Server Protocol)
  • Semantic Key Bindings
  • Code Syntax
  • Code Completion
  • GitHub Copilot
  • Good looking theme(NeoSolarized)
  • Auto Session
  • etc.

Motivation

I love frosted glass effects. I used VS Code for a looong time and I don't know how to use frosted glass effected theme in VS Code, but it is very easy in vim, because I use iTerm2.

Second, since I figure out how to write JavaScript code in vim, then I switch to vim without hesitate. Thanks to LSP. :)

Reach out

My dotfiles configs here 👉 https://github.com/2nthony/dotfiles

Credit

Huge thanks to this repo and this vedio

Latest comments (2)

Collapse
 
iiiaann profile image
Rian

Great post!

Collapse
 
2nthony profile image
2nthony

thanks rian