Rafael Madriz

Results 26 comments of Rafael Madriz

Hey, thanks for reporting this. Is typescript the exact same as JavaScript ? I don't work with typescript so I'm not sure, I know they are almost the same but...

Hey thanks for reporting , did the typescript snippets worked properly before you added the rails ones ? I don't see why adding more snippets would break other snippets. Maybe...

> But if you don't mind me asking, why do we need the typescript and typescript react to point to the JavaScript snippet? Because there is some basic snippets that...

Hey, I'm testing and can't reproduce. I have the snippets in a local repo and after adding the rails snippets to test, the typescript ones keep working as expected. Do...

Just as a reference, here's another really good video on how to resolve merge conflicts with (neo)vim, http://vimcasts.org/episodes/fugitive-vim-resolving-merge-conflicts-with-vimdiff/ As @sindrets mentioned, `diffget` is used along with `Gdiff` from fugitive, the...

@numToStr I thought about that, but I felt that it was better to have a naming convention where you first start with `name/label` -> `action`. So for example, you have...

Of course, I'd love to do a PR. Can I get some guidance ? If I understand correctly, I need to work on these two place: https://github.com/numToStr/Comment.nvim/blob/2e0572cc35ecc117c0ab6dc0aa3132b109d61047/lua/Comment/api.lua#L238-L293 https://github.com/numToStr/Comment.nvim/blob/ef3e6bfa41073a73c298ae90d2796f8ceda71c6a/after/plugin/Comment.lua

Here's my folder structure: ``` ├── after │   ├── ftplugin │   │   ├── gitcommit.lua │   │   ├── html.lua │   │   ├── javascript.lua │   │   ├── javascriptreact.lua │   │   ├── lua.lua...

> Huh, what a weird bug. I ran your configuration through cheovim and would you know it, everything worked just fine. The ftplugin stuff worked exactly as I'd expect. This...

@vhyrro I just tried this in another machine I have and it's the same behavior :(