Dominic Nunes

Results 10 issues of Dominic Nunes

When formatting Ruby, I'd like Neoformat to try Rufo first, because it's faster. I tried the below config, but it would just use Rubocop. If I set that config equal...

I think this plugin would be perfect for component based Javascript frameworks. It already handles the references, but doesn't seem to pick up the definitions based on file name.

I've been trying out this package in a Nuxt app, and I'm just trying to find a way to change paths with Vue Router inside a Vuex action. Normally that...

I have tern working well for functions and variables within a file, but I get "No definition found." when I try to jump to a function outside the current file....

Is it necessary to select a path first, or can the plugin infer the path based on the cursor's location?

I've added the following so that a new line is added when I hit enter between a pair of HTML tags: `autocmd FileType vue let b:AutoPairs = AutoPairsDefine({'>' : '

Is there a way that I can map a key to close the QuickRun output buffer ?

When I attempt to move text by selecting in visual mode, yanking, and then pasting somewhere else in the file, "Mq" is printed instead of the yanked text.

I had my Reform form working with one nested model, but I need that model to contain another nested model. A tutorial has_many steps, a step has_many images. Here's my...

to investigate

I'm looking into implementing Paypal Checkout, which I believe used to be Paypal Express Checkout. Does ActiveMerchant support it at this time? It looks like Paypal has a new Ruby...