Skip to content

sulo1337/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim

My Neovim config.

Prerequisites

Neovim version >0.9.0

Usage

git clone https://github.com/sulo1337/neovim ~/.config/nvim && nvim

Notes

  • This is a fork from NvChad neovim config
  • Might need to install additional golang packages for golang LSP to work

Golang Setup Dependencies

Some dependencies needs to be installed for golang to correctly work.

Install gofumpt - a stricter formatting for go:

go install mvdan.cc/gofumpt@latest

Install goimports-reviser:

go install -v github.com/incu6us/goimports-reviser/v3@latest

Install golines - a long line shortner for go:

go install github.com/segmentio/golines@latest

About

My NeoVim Config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages