Updates neovim config

This commit is contained in:
Dennis Schoepf 2025-04-02 19:47:39 +02:00
parent ac3dbbf3ad
commit b31e1146c7
6 changed files with 48 additions and 26 deletions

View file

@ -0,0 +1,6 @@
setlocal expandtab
setlocal smartindent
setlocal tabstop=2
setlocal shiftwidth=2
setlocal conceallevel=2
setlocal nocompatible