feat: ignore case, global status, color column 80.
This commit is contained in:
parent
175fbf3491
commit
790a67bacc
@ -22,7 +22,15 @@
|
||||
options = {
|
||||
tabstop = 2;
|
||||
shiftwidth = 2;
|
||||
expandtab = true;
|
||||
softtabstop = 2;
|
||||
updatetime = 50;
|
||||
scrolloff = 5;
|
||||
signcolumn = "no";
|
||||
ignorecase = true;
|
||||
smartcase = true;
|
||||
colorcolumn = "80";
|
||||
laststatus = 3;
|
||||
};
|
||||
|
||||
# Enable the undo file
|
||||
|
Loading…
x
Reference in New Issue
Block a user