From 17c6b291f2c156b5d81e3fe1ed9b86734b529c9a Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 19 Aug 2025 03:25:33 +0300 Subject: [PATCH] formatting --- config/options.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/options.nix b/config/options.nix index d0a1a70..fa918f5 100644 --- a/config/options.nix +++ b/config/options.nix @@ -20,7 +20,6 @@ # TODO: i want to see 4 spaces when i press tab in python and 2 spaces in nix using setlocal # is it possible for me to set this per language? - # folding foldmethod = "expr"; foldexpr = "nvim_treesitter#foldexpr()"; @@ -46,6 +45,5 @@ msgsep = "‾"; }; - }; }