Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 574 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 574 Bytes

Personal Neovim Config

Installation

You need fd-find, ripgrep and xclip/xsel (X11) or wl-clipboard (wayland).

Also for python support:

pip install pynvim

And for node support:

npm i -g neovim

Debuggers

Python

mkdir $HOME/.virtualenvs
cd $HOME/.virtualenvs
python3 -m venv debugpy
debugpy/bin/python -m pip install debugpy

Get Healthy

In nvim use:

:checkhealth

Formatting

Use stylua for lua formatting:

cargo install stylua --features lua52
stylua .