Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyassif/nvim.rust.nextjs
My nvim configurations on top of NvChad.
https://github.com/yyassif/nvim.rust.nextjs
Last synced: 28 days ago
JSON representation
My nvim configurations on top of NvChad.
- Host: GitHub
- URL: https://github.com/yyassif/nvim.rust.nextjs
- Owner: yyassif
- License: unlicense
- Created: 2024-09-05T03:03:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T21:45:00.000Z (4 months ago)
- Last Synced: 2024-10-15T03:52:47.303Z (2 months ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## @yyassif's Nvim Configurations based on NvChad for Rust & Next.js development.
### Issues Encountered
In order to start the development for NextJS and NodeJS in general you'll need to install the following langauage servers `Typescript`, `Tailwind` & `Eslint` to not encounter any inssues in the future.
Go ahead an run the following npm command line.
```bash
sudo npm install -g typescript typescript-language-server tailwindcss-language-server vscode-langservers-extracted
```Or, using yarn.
```bash
sudo yarn global add typescript typescript-language-server tailwindcss-language-server vscode-langservers-extracted
```**This repo is supposed to used as config by NvChad users!**
- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo.
- So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"`
- So you can delete the .git from this repo ( when you clone it locally ) or fork it :)# Credits
1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier!