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) and fzf.

Also for python support:

pip install pynvim

And for node support:

npm i -g neovim

Debuggers

Python

mkdir ~/.virtualenvs
cd ~/.virtualenvs
python -m venv debugpy
debugpy/bin/python -m pip install debugpy

Get Healthy

In nvim use:

:checkhealth
:checkhealth lsp

Formatting

Use stylua for lua formatting:

cargo install stylua --features lua52
stylua .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published