Fix typos in .vimrc configuration
This commit is contained in:
parent
9cda4c7f60
commit
a89c8b0d11
1 changed files with 2 additions and 2 deletions
4
vim.nix
4
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
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue