Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boltlessengineer/nvim
My neovim config
https://github.com/boltlessengineer/nvim
neovim
Last synced: 3 months ago
JSON representation
My neovim config
- Host: GitHub
- URL: https://github.com/boltlessengineer/nvim
- Owner: boltlessengineer
- Created: 2022-10-01T08:45:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:46:24.000Z (7 months ago)
- Last Synced: 2024-04-24T00:17:43.363Z (7 months ago)
- Topics: neovim
- Language: Lua
- Homepage:
- Size: 369 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Neovim config
## How to install Neovim
```bash
brew install neovim # (v0.8.3)brew install neovim --HEAD # (v0.9.0)
```## Dependencies
- ripgrep - optional (for grep in neovim/telescope)
- fd - optional (for telescope)
- sed - optional (for nvim-spectre)## NOTE
### undercurl in wezterm
See the solution [in wezterm documentation](https://wezfurlong.org/wezterm/faq.html#how-do-i-enable-undercurl-curly-underlines)
## Referenced Configs:
- [LazyVim](https://github.com/LazyVim/LazyVim)
My config is **heavily** depend on LazyVim. Many util codes are copied from here.
Also, config structure is highly inspired
- [abiriadev/nvimrc](https://github.com/abiriadev/nvimrc)
Discord mate's config
- [max397574/ignis-nvim](https://github.com/max397574/ignis-nvim)
Neorg contributer's config
Great tree-sitter queries examples & some snippet examples (see: `modules/completion/snippets/init.lua`)
Also, very well-done custom telescope layout
- [JoosepAlviste/dotfiles](https://github.com/JoosepAlviste/dotfiles/blob/master/config/nvim)
Author of palenightfall theme
- [folke/dot](https://github.com/folke/dot/tree/master/nvim)
- [Integralist/nvim](https://github.com/Integralist/nvim)
bunch of telescope plugins
Also, this man has [some useful LuaSnip examples](https://github.com/Integralist/dotfiles/blob/main/.snippets/go.lua)and more