Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinm6/nvim
NeoVim personal configuration
https://github.com/kevinm6/nvim
lua neovim nvim nvim-config nvim-configuration
Last synced: about 1 month 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 (about 3 years ago)
- Default Branch: nvim
- Last Pushed: 2024-09-24T07:02:56.000Z (about 2 months ago)
- Last Synced: 2024-10-03T08:07:22.397Z (about 2 months ago)
- Topics: lua, neovim, nvim, nvim-config, nvim-configuration
- Language: Lua
- Homepage: https://kevinm6.github.io/nvim/
- Size: 1.89 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)
![screenNvim1](https://user-images.githubusercontent.com/72861758/210419269-658f8659-9a7b-422b-b1cb-b6afcc67aa07.png)
![screenNvim2](https://user-images.githubusercontent.com/72861758/210419286-5784a479-729d-4e9a-8ccd-460704b28b9e.png)
---
> Written mostly in ![Lua](https://img.shields.io/badge/Lua-2C2D72?style=flat&logo=lua&logoColor=white)
## Most used plugins
- [Lazy](https://github.com/folke/lazy.nvim)
- [Telescope](https://github.com/nvim-telescope/telescope.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)
- [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)
- [Dap](https://github.com/mfussenegger/nvim-dap)
- [Gitsigns](https://github.com/lewis6991/gitsigns.nvim)
- [Luasnip](https://github.com/L3MON4D3/LuaSnip)
- [None-ls](https://github.com/nvimtools/none-ls.nvim)
- [Which-Key](https://github.com/folke/which-key.nvim)
- [Notify](https://github.com/rcarriga/nvim-notify)
- [Noice](https://github.com/folke/noice.nvim)
- [ToggleTerm](https://github.com/akinsho/toggleterm.nvim)
- [Mini-Surround](https://github.com/echasnovski/mini.surround)
- [Mini-Autopairs](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
'
```