| alias | Neovim |
|---|
- Find or create neovim plugin that displays token count for current file / selected text.
- File navigation: Built-in file explorer and tree plugins available
- Key mappings: Customizable shortcuts using the leader key
export NVIM_APPNAME=nvim-lazy # ~/.config/nvim-lazy
git clone <https://github.com/LazyVim/starter> ~/.config/nvim-lazy
alias vim=nvim-
Code-Formatting: Indent and format code
-
Commands - Built-in Neovim commands
-
Plugins - Essential plugins and plugin management
-
Shortcuts - Common keyboard shortcuts and mappings
-
Comment Folding - Ways to handle comment visibility in Neovim