An open API service indexing awesome lists of open source software.

https://github.com/fearless-spider/labnvim

LabNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins based on AstroNVim.
https://github.com/fearless-spider/labnvim

astronvim lua neovim vim

Last synced: about 1 year ago
JSON representation

LabNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins based on AstroNVim.

Awesome Lists containing this project

README

          

# LabNvim

LabNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins based on AstroNVim.

## Programming Packs:

- Lua
- rust
- python
- bash
- elixir-phoenix
- go
- html-css
- json
- typescript
- cpp
- ruby

## Extras:

- twilight
- obsidian
- markdown
- gp.nvim
- neotest

## Color schemes:

- fluoromachine
- neofusion
- tokyonight
- poimandres
- eldritch

![labnvim start](https://github.com/fearless-spider/LabNvim/blob/master/labnvim_start.png?raw=true)

![labnvim start](https://github.com/fearless-spider/LabNvim/blob/master/labnvim_code.png?raw=true)

## 🛠️ Installation

#### Make a backup of your current nvim and shared folder

```shell
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```

#### Clone the repository

```shell
git clone https://github.com// ~/.config/nvim
```

#### Start Neovim

```shell
nvim
```