Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagaya85/kagaya.vim
📝Kagaya's neovim config
https://github.com/kagaya85/kagaya.vim
Last synced: 3 months ago
JSON representation
📝Kagaya's neovim config
- Host: GitHub
- URL: https://github.com/kagaya85/kagaya.vim
- Owner: kagaya85
- License: bsd-3-clause
- Created: 2021-08-19T02:33:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T08:17:29.000Z (5 months ago)
- Last Synced: 2024-10-02T09:31:08.394Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 15.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kagaya's nvim config
neovim config with lua plug-in
## How to use
### ✅ Requirement
- [neovim](https://github.com/neovim/neovim) 0.9.0
langs:
- [go](https://github.com/golang/go)
- [rust](https://github.com/rust-lang/rust)
- [node](https://github.com/nodejs/node)and:
- [nerd-fonts](https://github.com/ryanoasis/nerd-fonts)
- [ripgrep](https://github.com/BurntSushi/ripgrep)
- [fd](https://github.com/sharkdp/fd)
- [lazygit](https://github.com/jesseduffield/lazygit)
- [gotests](https://github.com/cweill/gotests)### 🚀 Installation
```
git clone [email protected]:kagaya85/kagaya.vim.git ~/.config/nvim
```then run:
```
nvim
```enjoy it!
### 🔌 Plugins
- [nvim-surround](https://github.com/kylechui/nvim-surround) surround selections stylishly
- [gotests.nvim](https://github.com/buoto/gotests-vim) generate table driven tests easily
- [folke/noice.nvim](https://github.com/folke/noice.nvim) Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.and more [plugins](https://github.com/ayamir/nvimdots/wiki/Plugins)
### ⌨️ Keybindings
see [keybindings](https://github.com/ayamir/nvimdots/wiki/Keybindings)
## 🥰 Acknowledgement
Specilal thanks to a very **COOL** nvim project: [nvimdots](https://github.com/ayamir/nvimdots)