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

https://github.com/raphael-soares/nvim

My neovim config, extended from nvchad.
https://github.com/raphael-soares/nvim

lazyvim lua neovim nvchad

Last synced: 7 months ago
JSON representation

My neovim config, extended from nvchad.

Awesome Lists containing this project

README

          

# 💤 NeoVim Configuration

My neovim config, extended from [NvChad](https://nvchad.com/).

## Install

```bash
rm -rf ~/.config/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim

git clone https://github.com/Raphael-Soares/nvim.git ~/.config/nvim
```

## Vue Typescript Plugin

```bash
cd .local/share/nvim/mason/packages/vue-language-server/
npm i @vue/typescript-plugin

```