From 48745c7660cb24fe5583ef980c0c27f101ca7b5e Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Wed, 5 Mar 2025 08:44:32 +0000 Subject: [PATCH] Enabled mini.basics.options.basic and enabled cindent --- config/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/default.nix b/config/default.nix index d36fff2..eb4301b 100644 --- a/config/default.nix +++ b/config/default.nix @@ -16,6 +16,8 @@ number = true; relativenumber = true; shiftwidth = 2; + smartindent = false; + cindent = true; }; globals = { mapleader = " "; }; extraConfigLua = ''