Yochem van Rosmalen

Results 61 comments of Yochem van Rosmalen

You could also use `opt=true` on all, and then have a list of packages you want to enable with: ```lua vim.cmd[[ packadd package1 packadd package2 " packadd package3 # commented...

I've forked this repository and started working on the implementation, the code can be found [here](https://github.com/yochem/vim-argwrap/commit/989a500e578f0081ca4d51806c32b14fdb0cdb85). There are some caveats though: 1. It assumes the indentation is spaces, not tabs...

It's only possible if the file extension is used in "hundreds of repositories before supporting them in Linguist." ([source](https://github.com/github/linguist/blob/master/CONTRIBUTING.md#adding-a-language)). Guess we have to start coding in fet :)

This would be awesome!

pyswip doesn't seem to recognise that parameter: ```python >>> import pyswip >>> pl = pyswip.Prolog() >>> pl.consult('test.pl', catch_exception=True) TypeError: consult() got an unexpected keyword argument 'catch_exception' >>> pl.consult('test.pl', catchexception=True) TypeError:...

Maybe it would be possible to have 2 modes; whole buffer and every scroll event and switch modes if the file is larger than, for example, 10000 lines?

Something like issue #29? Or do you mean splitview in the bottom of the screen? Let me know if this helps you out!

It seems like prompt changing will be removed from future release too, I don't know why this is the case. https://github.com/pyenv/pyenv-virtualenv/blob/294f64f76b6b7fbf1a22a4ebba7710faa75c21f7/bin/pyenv-sh-activate#L214-L234

I saw you've added the `linux` label, could this be implemented for all *nix systems, including MacOS?

Works fine for me on Mojave v10.14.2 (18C54).