update vim options
This commit is contained in:
parent
8152eb9b2b
commit
b59a4d5afc
1 changed files with 5 additions and 4 deletions
|
|
@ -3,18 +3,19 @@
|
|||
opts = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
|
||||
tabstop = 2;
|
||||
softtabstop = 2;
|
||||
showtabline = 2;
|
||||
expandtab = true;
|
||||
|
||||
smartindent = true;
|
||||
shiftwidth = 2;
|
||||
|
||||
breakindent = true;
|
||||
|
||||
cursorline = true;
|
||||
scrolloff = 8;
|
||||
foldmethod = "manual";
|
||||
foldenable = false;
|
||||
linebreak = true;
|
||||
spell = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue