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

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

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**