File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,7 @@ set incsearch
31
31
32
32
" }}}
33
33
34
+ let g: php_cs_fixer_level = " psr2" " which level ?
35
+ let g: php_cs_fixer_config = " default" " configuration
36
+ let g: php_cs_fixer_verbose = 1 " Return the output of command if 1, else an inline information.
37
+
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ set modelines=5
21
21
22
22
" {{{ Settings
23
23
24
- " Use filetype plugins, e.g. for PHP
25
- filetype plugin indent on
26
-
27
- syntax on
24
+ if &diff
25
+ "diff mode
26
+ set diffopt+=iwhite
27
+ endif
28
28
29
29
" Show nice info in ruler
30
30
set ruler
@@ -57,7 +57,6 @@ set ff=unix ffs=unix
57
57
if has("unix")
58
58
let s:uname = system("uname -s")
59
59
if s:uname == "Darwin\n"
60
- " Do Mac stuff here
61
60
set backspace=2
62
61
:fixdel
63
62
endif
You can’t perform that action at this time.
0 commit comments