Jan Mollowitz
Jan Mollowitz
https://github.com/phpactor/completion supports now local variable completion. PR adapts matching patterns to enable it.
Especially when using `:ScratchPreview` and keeping it open with just a few lines in the buffer I was annoyed by the wasted space. The PR enables dynamic window resizing to...
You can now use `g:pdv_cfg_InsertFuncName = 0` and `g:pdv_cfg_InsertVarName = 0` to disable inserting the function|variable name at the top of a function docblock. For me this is just noise,...