mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
use default vim indentation
This commit is contained in:
parent
6dce6cb8b8
commit
93453bfc44
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@
|
||||||
name="vim";
|
name="vim";
|
||||||
vimrcConfig.customRC=''
|
vimrcConfig.customRC=''
|
||||||
syntax enable
|
syntax enable
|
||||||
|
filetype plugin indent on
|
||||||
set nowrap ruler scrolloff=9 backspace=start,indent
|
set nowrap ruler scrolloff=9 backspace=start,indent
|
||||||
set autoindent smartindent expandtab tabstop=4 shiftwidth=4
|
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue