/nvim-code

Neovim could be a perfect and functional IDE while being fast and polished.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Preview Preview

Scope of the project

Creating this config I wanted to recreate vscode with all it's meaningful features. Unlike NvChad (or other big projects) this build is simple simultaneously being well structured and intuitive. All these things make it easy to configure and tweak to your liking. You are able to install new plugins and remove existing ones without breaking whole configuraion.

Installation

Make sure that you have latest Neovim installed

Installation is really easy. All you need to do is just clone the repo to your config directory.

$ cd ~/.config && git clone https://github.com/Shintenza/nvim-code

Adding support for different languages

Installing support for new languages is really simple. All you need to do is run:

:Mason

If you also want a nice syntax highlighting run:

:TSInstall <name_of_language>