/nvim

neovim editor config

Primary LanguageLua

nvim

Kinda minimal neovim config

Usage

Clone or fork this repo

git clone https://github.com/fvrests/nvim

Bootstrap plugins

nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'

Formatting

We use null-ls for formatting. To add more formatters, see their builtins.

formatter install
fish_indent brew install fish
gofmt brew install go
prettier npm install prettier
shfmt brew install shfmt
stylua brew install stylua

Related