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.
- Host: GitHub
- URL: https://github.com/raphael-soares/nvim
- Owner: Raphael-Soares
- Created: 2024-10-23T22:07:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-01T23:39:20.000Z (8 months ago)
- Last Synced: 2025-05-02T00:26:04.880Z (8 months ago)
- Topics: lazyvim, lua, neovim, nvchad
- Language: Lua
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```