Enabled mini.basics.options.basic and enabled cindent

This commit is contained in:
EsVagy42 2025-03-05 08:44:32 +00:00
parent c9e70ac304
commit 48745c7660

View file

@ -16,6 +16,8 @@
number = true; number = true;
relativenumber = true; relativenumber = true;
shiftwidth = 2; shiftwidth = 2;
smartindent = false;
cindent = true;
}; };
globals = { mapleader = " "; }; globals = { mapleader = " "; };
extraConfigLua = '' extraConfigLua = ''