Change some basic settings
This commit is contained in:
parent
28d3e4ecf6
commit
1aebe9b3d4
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
let c_space_errors = 1
|
||||
let c_space_errors = 1
|
||||
let c_no_comment_fold = 1
|
||||
let g:syntastic_c_checkers=['make']
|
||||
|
|
4
init.vim
4
init.vim
|
@ -14,8 +14,8 @@ endif
|
|||
set number
|
||||
|
||||
set textwidth=80
|
||||
set tabstop=8
|
||||
set shiftwidth=8
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
|
||||
set whichwrap+=<,>,h,l
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue