Skip to content

ungrichtepfl/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages