NeoVim config
February 27, 2026 ยท View on GitHub
v0.12
Theme: knvim-theme
Written mostly in
Most used plugins
- Lazy
- Snacks
- Treesitter
- Which-Key
- Mason
- Mason-lspconfig
- blink-cmp
- Dap
- Gitsigns
- Which-Key
- Notify
- Noice
- Mini-Surround
- Mini-Pairs
- Ufo
- Oil
- Markdown-Render
- Alpha
Try with Docker
docker run -w /root -it --rm alpine:edge sh -uelic '
apk add git lazygit neovim ripgrep alpine-sdk --update
git clone https://github.com/kevinm6/kurayami.nvim ~/dev/kurayami.nvim
git clone https://github.com/kevinm6/nvim ~/.config/nvim
cd ~/.config/nvim
nvim
'