/nvim-starter

Neovim example configuration. To help you start in your journey

MIT LicenseMIT

Neovim Starter

Configurations

  • 00-minimal: Small configuration without third party plugins.
  • 01-base: Small configuration that includes a plugin manager. It can provide a good base to start your own configuration.
  • 02-opinionated: An opinionated configuration. It includes popular plugins used by the community. For the people who are looking to make Neovim their main editor but don't want to start from scratch. Plugins related to "code intellisense" are not included in this config.
  • 03-lsp: Example configuration showing how to configure the built-in LSP client with autocompletion. It is based on 02-opinionated so it has the same set of plugins.
  • 04-lsp-installer: Same as 03-lsp, but uses mason.nvim to install language servers.
  • 05-modular: Same as 04-lsp-installer but everything is split in modules.
  • xx-lsp-minimal: Minimal setup with nvim-lspconfig + nvim-cmp.
  • xx-lsp-zero: Minimal setup for LSP using lsp-zero.nvim.

Other template configurations

Learn how to configure Neovim

Videos