Initial commit

This commit is contained in:
demenik
2025-12-01 18:24:34 +01:00
commit fc68fa5ce9
142 changed files with 6273 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
{
# General
undofile = true;
backup = false;
writebackup = false;
mouse = "a";
# Appearance
breakindent = true;
cursorline = false;
linebreak = true;
number = true;
relativenumber = true;
# Editing
ignorecase = true;
incsearch = true;
infercase = true;
smartcase = true;
smartindent = true;
hidden = true;
title = true;
tabstop = 2;
scrolloff = 8;
shiftwidth = 2;
numberwidth = 4;
showcmd = true;
hlsearch = true;
swapfile = false;
expandtab = true;
updatetime = 100;
timeoutlen = 1000;
sidescrolloff = 8;
termguicolors = true;
splitkeep = "screen";
fileencoding = "utf-8";
}