Includes justfile with choco instructions for basic tool installation:
- ripgrep, nerdfonts, rancher desktop, ++
- includes just.exe to bootstrap installation of just
:checkhealth
- Ensure plugins are listed and make sure there are no
warnings
:TSInstall c
andcpp
- Make sure clang (llvm) is installed, working, and available for nvim to build for nvim-treesitter
Plugin management, supports lazy loading
The best theme, by far (specifically Macchiato)
My favorite file-picker, even if plugins like oil are more "vim-like"
Like quickscope for fFtT, and on steroids
Package manager (like Lazy), but for LSP/formatting/linting tools
Make same-line hops easier by highlighting unique characters on row
Does a lot of things I don't even know about
Display a terminal easily
Practice movements
Display possible key combinations/movements as you type
Make switching/targeting windows easier
Display hex/HTML colors inline
Displays a bottom status bar with nice information
Install LSP
Enter :LspInstall followed by the name of the server you want to install Example: :LspInstall pyright Install language parser
Enter :TSInstall followed by the name of the language you want to install Example: :TSInstall python Install Debugger
Enter :DapInstall followed by the name of the debugger you want to install Example: :DapInstall python Manage plugins
Run :Lazy check to check for plugin updates Run :Lazy update to apply any pending plugin updates Run :Lazy clean to remove any disabled or unused plugins Run :Lazy sync to update and clean plugins