update ci
This commit is contained in:
parent
d030ebe744
commit
76ed037b04
11 changed files with 1278 additions and 55 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue