https://github.com/rauliqbal/neovim-config
🛠️NeoVim (LazyVim) for Web Development JavaScript
https://github.com/rauliqbal/neovim-config
lazyvim neovim neovim-dotfiles vim
Last synced: 5 months ago
JSON representation
🛠️NeoVim (LazyVim) for Web Development JavaScript
- Host: GitHub
- URL: https://github.com/rauliqbal/neovim-config
- Owner: Rauliqbal
- License: apache-2.0
- Created: 2024-07-11T14:42:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T03:10:56.000Z (over 1 year ago)
- Last Synced: 2025-04-01T15:21:51.925Z (about 1 year ago)
- Topics: lazyvim, neovim, neovim-dotfiles, vim
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LazyVim💤 Custom Config
NeoVim (LazyVim) for Web Development JavaScript
its my Config
## installation
Clone repository to config nvim
```bash
git clone https://github.com/Rauliqbal/neovim-config.git ~/.config/nvim/
```
Remove .git folder
```bash
rm -rf ~/.config/nvim/.git
```
Start neovim
```bash
nvim
```
## Feature
- Cattpuccin Theme
- AutoComplete
- Codeium AI
- Toggleterm
- Support For JavaScript,TypeScript, Vue, Tailwind CSS
Lazyvim repo: [LazyVim](https://github.com/LazyVim/LazyVim).
Docs: [documentation](https://lazyvim.github.io/installation).