feat: ignore case, global status, color column 80.

This commit is contained in:
CronyAkatsuki 2025-02-26 11:34:45 +01:00
parent 175fbf3491
commit 790a67bacc

View File

@ -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