feat: ignore case, global status, color column 80.
This commit is contained in:
parent
175fbf3491
commit
790a67bacc
1 changed files with 8 additions and 0 deletions
|
@ -22,7 +22,15 @@
|
||||||
options = {
|
options = {
|
||||||
tabstop = 2;
|
tabstop = 2;
|
||||||
shiftwidth = 2;
|
shiftwidth = 2;
|
||||||
|
expandtab = true;
|
||||||
|
softtabstop = 2;
|
||||||
updatetime = 50;
|
updatetime = 50;
|
||||||
|
scrolloff = 5;
|
||||||
|
signcolumn = "no";
|
||||||
|
ignorecase = true;
|
||||||
|
smartcase = true;
|
||||||
|
colorcolumn = "80";
|
||||||
|
laststatus = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable the undo file
|
# Enable the undo file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue