https://github.com/kevinm6/nvim
NeoVim personal configuration
https://github.com/kevinm6/nvim
lua neovim nvim nvim-config nvim-configuration
Last synced: 12 months ago
JSON representation
NeoVim personal configuration
- Host: GitHub
- URL: https://github.com/kevinm6/nvim
- Owner: kevinm6
- License: gpl-3.0
- Created: 2021-10-23T12:21:54.000Z (over 4 years ago)
- Default Branch: nvim
- Last Pushed: 2025-04-22T17:17:02.000Z (12 months ago)
- Last Synced: 2025-04-22T20:11:57.901Z (12 months ago)
- Topics: lua, neovim, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage: https://kevinm6.github.io/nvim/
- Size: 2.26 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
#
NeoVim config
v0.10
---
***Theme***: [knvim-theme](https://github.com/kevinm6/knvim-theme.nvim)


---
> Written mostly in 
## Most used plugins
- [Lazy](https://github.com/folke/lazy.nvim)
- [Snacks](https://github.com/folke/snacks.nvim)
- [Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
- [Which-Key](https://github.com/folke/which-key.nvim)
- [Mason](https://github.com/williamboman/mason.nvim)
- [Mason-lspconfig](https://github.com/williamboman/mason-lspconfig.nvim)
- [blink-cmp](https://github.com/saghen/blink.cmp)
- [Dap](https://github.com/mfussenegger/nvim-dap)
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [Which-Key](https://github.com/folke/which-key.nvim)
- [Notify](https://github.com/rcarriga/nvim-notify)
- [Noice](https://github.com/folke/noice.nvim)
- [Mini-Surround](https://github.com/echasnovski/mini.surround)
- [Mini-Pairs](https://github.com/echasnovski/mini.pairs)
- [Ufo](https://github.com/kevinhwang91/nvim-ufo)
- [Oil](https://github.com/stevearc/oil.nvim)
- [Markdown-Render](https://github.com/MeanderingProgrammer/markdown.nvim)
- [Alpha](https://github.com/goolord/alpha-nvim)
---
### Try with Docker
```bash
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
'
```