Roberto Júnior

Results 3 comments of Roberto Júnior

im having this same problem in a app with bootstrap, link_to perfoms GET method instead DELETE even if i use data: {turbo_method: :delete} using button_to i manage to delete things,...

any help? `lsp_config.lua` ```lua local status_ok, lspconfig = pcall(require, 'lspconfig') if not status_ok then return end local servers = require("junior.lsp.servers") for _, server in pairs(servers) do local opts = {}...

> @b-sep We can not see the handler where you customize the on-attach. But probably it's missing the workaround to make neovim send diagnostic requests to ruby-lsp as suggested on...