diff --git a/vim.nix b/vim.nix index 9c553de..699dd93 100644 --- a/vim.nix +++ b/vim.nix @@ -5,11 +5,11 @@ enable = true; # Temporary configuration for editing Nix files extraConfig = '' - set syntax + syntax on set autoindent set expandtab set tabstop=2 - set shiftwidth=2; + set shiftwidth=2 ''; }; }