diff --git a/modules/cli.nix b/modules/cli.nix index e07b7a4..1d94093 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -11,8 +11,8 @@ name="vim"; vimrcConfig.customRC='' syntax enable + filetype plugin indent on set nowrap ruler scrolloff=9 backspace=start,indent - set autoindent smartindent expandtab tabstop=4 shiftwidth=4 ''; })