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;
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue