Gilgameš
Gilgameš
Sure @christianparpart! I use the built-in LSP client, the official [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) configuration for it, [nvim-cmp](https://github.com/hrsh7th/nvim-cmp) and an auto-completion engine that uses LSPs as completion sources, and [nvim-lsp-installer](https://github.com/williamboman/nvim-lsp-installer) to easily install...
I tried enabling `solc` again today to see if I could find some more clues about the issue. After writing a few lines of code I got this: ``` LSP[solc]:...
> Yes, thanks @Gilgames000. Seems like neovim is doing something fishy here. It looks like it's not senting the initialization as its first step. I'll keep you posted. :) I...
Hey @christianparpart this morning I decided to go back to coc.nvim for the time being just for Solidity since you said it works fine for you so I set it...
> I would suggest that the deployer of the script contract should be influenced by the `--sender` flag unless doing so is infeasible/would break other workflows? That would be rad,...