Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.31 KB

Klrfl's Neovim Config

My personal Nvim config I built myself. It's a mix of my own code and YouTube tutorial code, specifically typecraft, ThePrimeAgen, and devaslife. I use this config for my web dev needs.

After using my config for a while, I decided to change my plugin manager from Packer to Lazy.nvim. All the plugins are now in lua/plugins.

Dependecies/ things you have to install

  • Nerd Fonts. I use JetBrains Mono (not a requirement, but icons will not work if you don't have nerd fonts.)
  • Git to clone this config
  • GCC
  • Node + NPM to install the LSPs
  • ripgrep

Special note: Vue LS

When upgrading my LS for Vue to 2.0.7 I found myself scouring over github for solutions. I followed these threads:

This took me a week to resolve so it better be worth it.