Fix typos in .vimrc configuration

This commit is contained in:
Elnu 2022-10-07 17:39:05 -07:00
parent 9cda4c7f60
commit a89c8b0d11

View file

@ -5,11 +5,11 @@
enable = true; enable = true;
# Temporary configuration for editing Nix files # Temporary configuration for editing Nix files
extraConfig = '' extraConfig = ''
set syntax syntax on
set autoindent set autoindent
set expandtab set expandtab
set tabstop=2 set tabstop=2
set shiftwidth=2; set shiftwidth=2
''; '';
}; };
} }