A starter template for LazyVim. Refer to the documentation to get started.
The neovim node package provides Node.js client support for Neovim's remote API, which is commonly used by: • Neovim plugins that need Node.js functionality • Language servers and completion engines • Various Neovim integrations that communicate with Node.js processes
npm install -g neovim
If you run :checkhealth it will warn if this is not installed.
brew install fzf
There is a lua/config directory that has a place to set
Autocmds and keymaps loaded on the VeryLazy event. Options are automatically loaded before lazy.nvim startup
autocmds: Default autocmdskeymaps: Default keymaps
lazy: Config for lazy.nvim itself. Can set lazyload, always use latest versions, disable specific plugins, set available colorschemes, check for plugin updates and notify when there is something newoptions: Default options