Skip to content

luetkemj/nvim2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neovim config 2023

NVIM v.0.9.1

  1. remove old config:
  • rm -rf ~/.config/nvim
  • rm -rf ~/.local/share/nvim
  1. install new config
  1. install packer
  • git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  1. open neovim to the packer config - there will be a ton of errors. just scroll past and ignore for now.
  • nvim ~/.config/nvim/lua/dophs/packer.lua
  1. source it
  • :so
  1. run packer sync
  • :PackerSync
  1. restart neovim

  2. Install desired language servers

  • :LspInstall
  1. 🎉

About

neovim config from 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages