Skip to content

Latest commit

 

History

History
133 lines (114 loc) · 5.48 KB

index.md

File metadata and controls

133 lines (114 loc) · 5.48 KB
layout title toc post_style
post
LunarVim Configurations
true
page

Lazyman Supported LunarVim Neovim Configurations

The following are Lazyman supported LunarVim{:target="_blank"}{:rel="noopener noreferrer"} based Neovim configurations:

LunarVim Configurations
LunarVim Daniel JustinLvim
LunarIde LvimAdib Shuvro

Install all Lazyman supported LunarVim configurations with the command lazyman -i lunarvim.

What is LunarVim

LunarVim{:target="_blank"}{:rel="noopener noreferrer"} is one of the most popular Neovim "distributions" along with LazyVim, AstroNvim, and NvChad. These aren't really distributions, they do not include Neovim, but that is what they are called. They are more accurately described as "Neovim configuration frameworks". In most cases they provide some pre-configuration of plugins as well as an easy way to extend the base configuration.

A Neovim configuration framework can be of considerable assistance in managing the exploding Neovim plugin ecosystem, quickly and easily incorporating advanced features, and maintaining an up-to-date Neovim configuration.

Features that distinguish LunarVim include:

  • Well maintained and mature
  • Custom installation processs installs LunarVim in an isolated location
  • Been around a while, large community, widespread presence on the web

Read our overview and comparison of Neovim configuration distributions.

Opinionated

LunarVim ships with a sane default config for you to build on top of. Features include autocompletion, integrated terminal, file explorer, fuzzy finder, LSP, linting, formatting and debugging.

Extensible

Just because LunarVim has an opinion doesn't mean you need to share it. Every builtin plugin can be toggled on or off in the config.lua file. This is the place to add your own plugins, keymaps, autocommands, leader bindings and all other custom settings.

Fast

LunarVim lazyloads plugins wherever possible to maximize speed. Disabled plugins also will not decrease speed due to the plugin list being compiled with only the active plugins. This strategy allows LunarVim to not have to choose between features and speed.

Core Plugins List

See the LunarVim core plugins list{:target="_blank"}{:rel="noopener noreferrer"}