https://github.com/and3sil4/nvim.dots
This repo store the main configuration about my own custom settings though my learning process and the main objective in order to customize mi own IDE
https://github.com/and3sil4/nvim.dots
Last synced: 26 days ago
JSON representation
This repo store the main configuration about my own custom settings though my learning process and the main objective in order to customize mi own IDE
- Host: GitHub
- URL: https://github.com/and3sil4/nvim.dots
- Owner: AND3SIL4
- License: apache-2.0
- Created: 2024-11-07T03:55:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T19:24:26.000Z (about 1 month ago)
- Last Synced: 2025-03-15T20:24:37.837Z (about 1 month ago)
- Language: Lua
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim custom configuration
## Install additional tools for a better experience
```bash
# Install live server local to test the HTML documents
npm install -g live-server# Install rip grep using home brew to make searches deeply
brew install ripgrep# Install xclip to allow copy in clipboard from linux shell
sudo apt install xclip
```---
**last updated on november 26**