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)
keymaps not working, leader is cleared prematurely
git clone https://github.com/cschindlbeck/nvim.git ~/.config/nvim
This is tested against latest stable (currently NVIM v0.10.0)
Using pre-commit for linting/formatting, with
-
luacheck
-
yamlfmt
-
markdownlint
Install via
pre-commit install
or run manually via
pre-commit run -a