Chris' neovim config files in lua based on 💤 lazy plugin manager
- 3 selectable colorschemes (go to lua/plugins/colorscheme.lua and change last line)
- 4 selectable codepilots (go to lua/plugins/codepilot.lua and change last line)
- delete into void register is not working (at least on a mac)
- toggle terminal does not close as expected
git clone https://github.com/cschindlbeck/nvim.git ~/.config/nvim
This is tested against latest stable (currently NVIM v0.11.2)
For the plugins you will need to install: xclip, npm, luachecks, pyright, NerdFont
Using pre-commit for linting/formatting, with
-
luacheck
-
yamlfmt
-
markdownlint
Install via
pre-commit install
or run manually via
pre-commit run -a