Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siposattila/lazyvim
https://github.com/siposattila/lazyvim
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siposattila/lazyvim
- Owner: Siposattila
- License: apache-2.0
- Created: 2023-02-22T10:04:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-26T20:40:55.000Z (about 1 year ago)
- Last Synced: 2023-10-26T21:35:32.696Z (about 1 year ago)
- Language: Lua
- Size: 8.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.# If icons doesn't show up correctly
Fura Mono Regular Nerd Font is included in this repo. However feel free to use any other!
After you have installed the font you need to change your terminal's default font.# Lazygit
```sudo install lazygit /usr/local/bin```# RipGrep
You need this! Beleive me! This tool is the ultimate searching tool. You need it.
```sudo apt-get install ./ripgrep_13.0.0_amd64.deb```# Clipboard
If copying and pasting is not working out of the box then you probably need to install something like xclip.
```sudo apt-get install xclip```