diff --git a/config/settings.nix b/config/settings.nix index 6e7d835..8e5710f 100644 --- a/config/settings.nix +++ b/config/settings.nix @@ -3,18 +3,19 @@ opts = { number = true; relativenumber = true; - tabstop = 2; softtabstop = 2; showtabline = 2; expandtab = true; - smartindent = true; shiftwidth = 2; - breakindent = true; - cursorline = true; + scrolloff = 8; + foldmethod = "manual"; + foldenable = false; + linebreak = true; + spell = false; }; }; }