Skip to content

Instantly share code, notes, and snippets.

@jonathan-henning
jonathan-henning / init.vim
Last active September 22, 2025 14:53
nvim config
set mouse=a
set nu
set relativenumber
set nowrap
set clipboard=unnamedplus
set termguicolors
call plug#begin()
Plug 'matveyt/neoclip'
call plug#end()