brew install neovim # (v0.8.3)
brew install neovim --HEAD # (v0.9.0)
- ripgrep - optional (for grep in neovim/telescope)
- fd - optional (for telescope)
- sed - optional (for nvim-spectre)
See the solution in wezterm documentation
- LazyVim My config is heavily depend on LazyVim. Many util codes are copied from here. Also, config structure is highly inspired
- abiriadev/nvimrc Discord mate's config
- 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 Author of palenightfall theme
- folke/dot
- Integralist/nvim bunch of telescope plugins Also, this man has some useful LuaSnip examples
and more