Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafa-thayto/lazy-thayto-vim
LazyVIM blaster master custom configs 🔥
https://github.com/rafa-thayto/lazy-thayto-vim
distro lazyvim neovim neovim-config neovim-dotfiles nvim
Last synced: 8 days ago
JSON representation
LazyVIM blaster master custom configs 🔥
- Host: GitHub
- URL: https://github.com/rafa-thayto/lazy-thayto-vim
- Owner: rafa-thayto
- License: apache-2.0
- Created: 2023-08-30T02:36:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T23:34:46.000Z (14 days ago)
- Last Synced: 2024-11-03T00:19:59.550Z (14 days ago)
- Topics: distro, lazyvim, neovim, neovim-config, neovim-dotfiles, nvim
- Language: Lua
- Homepage:
- Size: 136 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyThaytoVim
A starter template for [LazyVim](https://github.com/LazyVim/LazyVim).
Refer to the [documentation](https://lazyvim.github.io/installation) to get started.## 🎥 Check out my videos
- [VIM/Neovim first steps - Zero to hero](https://youtu.be/7U9fVUFYx90?si=a0vMktzzFF3mSQo1)
- [How to install plugins in Neovim using lazy.nvim](https://youtu.be/W7Jf4bnPcXY?si=ZnwscS28OcrO2AcM)
- [VIM/Neovim advanced horizontal moves](https://youtu.be/UGtAOHMKvSw?si=seEzJ6hX_hmjbhK-)
- [How to install Vim/Neovim on Windows](https://youtu.be/gwVe00HVvrk?si=5Bk-a58woBeKTsbF)
- and much more on my [YouTube Channel](https://www.youtube.com/@thayto_dev)...## ⚡️ Requirements
- Neovim >= **0.9.0** (needs to be built with **LuaJIT**)
- Git >= **2.19.0** (for partial clones support)
- a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_**
- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)## 🚀 Be happy 🥰
- Make a backup of your current Neovim files:
**Linux/Mac OS:**
```sh
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```**Windows:**
```sh
mv $env:LOCALAPPDATA\nvim $env:LOCALAPPDATA\nvim.bak
mv $env:LOCALAPPDATA\nvim-data $env:LOCALAPPDATA\nvim-data.bak
```- Clone the repo
**Linux/Mac OS**
```sh
git clone https://github.com/rafa-thayto/lazy-thayto-vim ~/.config/nvim
```**Windows:**
```sh
git clone https://github.com/rafa-thayto/lazy-thayto-vim $env:LOCALAPPDATA\nvim
```