Config files for neovim
- Install neovim v0.5.1+
- Copy the .config/nvim directory from this repository to $HOME/.config/nvim directory on your system.
- When starting neovim for the first time, run :Lazy to download and update plugins. Quit neovim, and restart it to load all the plugins.
On macOS:
brew install font-hack-nerd-font
brew install font-fira-code-nerd-font
brew install font-fira-mono-nerd-font
- In iTerm2,
Preferences -> Text -> Use a different font for non-ASCII text -> Fira Nerd Font Mono
- The Lazy Way in Neovim: From Packer to Lazy.nvim
- LazyVim
- Desktop and editor setup for Rust development
- lazy.nvim modern plugin manager for Neovim.
- Neovim and Rust
- Neovim - Convert init.vim to init.lua (Live)
- Getting started using Lua in Neovim
- nvim-treesitter - Tree Sitter in Neovim
- TreeSitter playground
- Managing Vim Splits