sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

My Neovim Setup

Text editing features that I need

Getting Started

For fzf-lua, download and install the following:

Download and install fzf

sudo dnf install fzf

Download and install rg (ripgrep)

sudo dnf install ripgrep

Download and install fd-find

sudo dnf install fd-find

Install plugins via mason:

Python