Bruno Mello
Bruno Mello
# Description onSuccess and onFailure callbacks should be called after login popup is closed but that doesn't happen. This happens both on a project with nextjs (created with create-next-app) and...
My OS is in enlish but I'm not a native english speaker, so sometimes I write stuff in other languages as well (brazilian portuguese). In chrome I can configure spell...
This is my current harpoon config. ```lua return { { "ThePrimeagen/harpoon", dependencies = { "nvim-lua/plenary.nvim" }, branch = "harpoon2", config = function() local harpoon = require("harpoon") harpoon:setup({ default = {...
Say I have this test structure: ```go func TestSomeFunction(t *testing.T) { tests := []struct { name string }{ { name: "first test", }, { name: "second test", }, { name:...
similar to the `Debug (arguments)` option, but to run a specific test. In my usecase, I need to run debug test passing the flag `-tags dynamic` and nvim-dap-go current configurations...
I'm trying to make ranger open on a floating window (because when I'm working with splits ranger opens on a split and is hard to visualize) here is my current...
This happens when working with some nodejs libraries in a js project. Steps to reproduce: ``` npm init -y npm install @slack/bolt touch main.js ``` now open main.js and import...
I'm not entirely sure if this is the proper way to ask for it, but I was wondering if there is a way to setup this lsp in a way...
I have just bought a fantech aria xd7 and would love to be able to use it on linux as well. I would guess the only variables that would need...
First of all, I wanted to say that this plugin is great! best AI interaction experience I've had so far with neovim. definitely a keeper