This is my way of using Neovim, I use LazyVim as a starter.
- GUI Terminal, I use iTerm2 but might migrate to WezTerm
- LazyGit installed,
- Nerdfont installed, I use Fira Code
- Telescope needs
FD and
RipGrep installed, both can be
installed by
brew
Rust
,Node
,Prettier
andEslint
installedbrew install node rust prettier eslint
- Dracula Pro needs to be locally installed
- Markdown Preview doesn't work by default, run
~/.local/share/nvim/lazy/markdown-preview.nvim/app/install.sh
- https://stackoverflow.com/questions/9164405/vim-surround-inserts-extra-space-around-the-word
- https://www.reddit.com/r/neovim/comments/13pr3nn/how_to_switch_focus_between_the_terminal_buffer
- https://vi.stackexchange.com/questions/39247/how-to-integrate-an-own-vim-color-scheme-into-neovim
- iamcco/markdown-preview.nvim#637