Skip to content

cschindlbeck/nvim

Repository files navigation

⚡ Neovim config

lualint

Chris' neovim config files in lua based on 💤 lazy plugin manager

🔋 Includes

  • 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)

TODOs

  • delete into void register is not working (at least on a mac)
  • toggle terminal does not close as expected

Install

git clone https://github.com/cschindlbeck/nvim.git ~/.config/nvim

Requirements/Dependencies

This is tested against latest stable (currently NVIM v0.11.2)

For the plugins you will need to install: xclip, npm, luachecks, pyright, NerdFont

Code Quality

Using pre-commit for linting/formatting, with

  • luacheck

  • yamlfmt

  • markdownlint

Install via

pre-commit install

or run manually via

pre-commit run -a

Contributors 2

  •  
  •  

Languages