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 = "‾"; }; - }; }