Mark Wales

Results 119 comments of Mark Wales

This is certainly something I'd like to get working. It actually used to do this, but then I changed to using a proper parsing engine (for future flexibility) and it...

Looks like this [might not be possible using attoparsec](https://www.reddit.com/r/haskell/comments/4ffjue/attoparsec_line_numbers/). I'll have to think about this one. I chose attoparsec because it's used by other libraries that taskell is using.

@ckerr Hello, sorry for delay getting back to you - been a busy week. I've update the Gist with a few more details: https://gist.github.com/smallhadroncollider/1d1d16141f35617ed4a34107786dae38 I think it _has_ to be...

I've not tested this much, but the following seems to work: ``` let g:session_directory = "./" let g:session_default_name = "session" let g:session_autoload = "yes" let g:session_autosave = "yes" ```

Or, if you want them stored in a single location (e.g. for syncing between computers): ``` let g:session_default_name = substitute(getcwd(), "\/", "_", "g") let g:session_autoload = "yes" let g:session_autosave =...

I keep on losing my changes to `JSHint.sublime-settings`. Happens reasonably frequently, keeps on setting all the values back to default.

Some packages place their settings files in the `User` directory, where, presumably, they're not updated by Package Manager.

Running on Ubuntu 14.04. Only other Chef packages running are `locale` and `apt`.