update ci

This commit is contained in:
Jonathan Dönszelmann 2025-02-01 15:55:05 +01:00
parent d030ebe744
commit 76ed037b04
No known key found for this signature in database
11 changed files with 1278 additions and 55 deletions

View file

@ -11,7 +11,6 @@ _: {
wrap = false;
spell = false;
# don't change the directory when a file is opened
# to work more like an IDE
autochdir = false;
@ -20,11 +19,15 @@ _: {
smartindent = true;
smarttab = true;
backspace = [ "indent" "eol" "start" ];
backspace = [
"indent"
"eol"
"start"
];
list = true;
undofile = true;
undodir = "/home/jonathan/.vimdid";
undodir = "/home/jana/.vimdid";
tabstop = 4;
softtabstop = 4;