Nick Ostrovsky

Results 85 comments of Nick Ostrovsky

It splits now correctly if I put cursor on `{` after `map`, thanks. And joins it back beautifully. However if the cursor is at the beginning of the line everything...

After thinking about it, I guess you are right and it would be best if it just split at cursor position to avoid ambiguity and to have less "magic".

This is wrong. Multi-line lambda in ruby is written like this: ``` lambda { |x| ... } ``` Not with `do` `end` like blocks.

Oh right, sorry, it's only when you pass multiline lambda as a parameter. For example when using `scope` in Rails. You need to surround it with () or use curly...

Could you please share some ideas on how are you planning to approach this?

I tried to raise similar concerns here https://github.com/drapergem/draper/issues/636

Oh please make it so I could drop an image

Pasting terminal windows in neovim would be great. Are there other similar plugins?

Just stumbled onto the super-long line and the first thing I tried was `\` at the end of line, sadly it wasn't working.

@lolmaus Here is a sample of my HAML code, and I don't really like it, am I doing it wrong? AFAIK Haml doesn't allow you to simply end a line...