Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 584 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 584 Bytes

Installation

Homebrew Install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Neovim

sudo apt-get update
brew install Neovim
brew update
brew upgrade neovim

Update Lua Inside Nvim

:TSInstallSync lua

Install Ripgrep

brew install ripgrep

Tmux

  • git clone tmux repo
source ~/.config/tmux/tmux.conf 

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.