Add more sources for ruby completion
This commit is contained in:
parent
b48d7c1849
commit
5f1921ef15
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ augroup RUBY
|
||||||
let b:linter = "sh -c \"rubocop --auto-correct -o /dev/null --stdin % 2>/dev/null | awk 'BEGIN { header=0 } // && header==1 { print $0 } /^====================$/ { header=1 }'\""
|
let b:linter = "sh -c \"rubocop --auto-correct -o /dev/null --stdin % 2>/dev/null | awk 'BEGIN { header=0 } // && header==1 { print $0 } /^====================$/ { header=1 }'\""
|
||||||
let b:undo_ftplugin .= " | unlet b:linter"
|
let b:undo_ftplugin .= " | unlet b:linter"
|
||||||
|
|
||||||
set complete=]
|
set complete=t,.,kspell,i
|
||||||
aut BufWritePost <buffer> Defer timeout 5 ripper-tags -R
|
aut BufWritePost <buffer> Defer timeout 5 ripper-tags -R
|
||||||
|
|
||||||
" au InsertLeave <buffer> AsyncLint
|
" au InsertLeave <buffer> AsyncLint
|
||||||
|
|
Loading…
Reference in a new issue