Skip to content
Biser Stoilov edited this page Nov 17, 2021 · 9 revisions

LVIM IDE

LVIM IDE

License GitHub stars Requires GitHub contributors PRs Welcome GitHub issues GitHub issues-closed

LVIM IDE is a modular Neovim configuration written in LUA with full customization

  • Now support Neovim 0.5.0, 0.5.1, 0.6.0+
  • Add or remove plugins, rewrite all plugins
  • Add or remove settings, rewrite all settings
  • Dynamic LSP activation
  • Dynamic debugging activation - Dap
  • Automaticaly install of the lsp servers and dap
  • Linters
  • Autoformat
  • Custom settings for projects
  • 63 plugins
  • Loading time - ~065.000

lvim-logo


YouTube channel

Requirements

Current version - 1.1.1

Install:

git clone https://github.com/lvim-tech/lvim.git ~/.config/nvim

Important: If you installed the LVIM IDE before version 1.0.0 - I recommend a clean installation

rm -rf ~/.config/nvim
rm -rf ~/.cache/nvim
rm -rf ~/.local/share/nvim
git clone https://github.com/lvim-tech/lvim.git ~/.config/nvim
Clone this wiki locally