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.
- Host: GitHub
- URL: https://github.com/fearless-spider/labnvim
- Owner: fearless-spider
- Created: 2024-10-04T21:59:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-28T23:05:44.000Z (over 1 year ago)
- Last Synced: 2025-01-04T01:42:07.432Z (over 1 year ago)
- Topics: astronvim, lua, neovim, vim
- Language: Lua
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


## 🛠️ 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
```