Seth Gower

Results 32 comments of Seth Gower

You can't just run the binary from Neovim and expect it to work. You have to run it from the LSP client. (I know you have gotten that working, since...

Late to the game, but figured I'd share this. With neovim's built-in LSP, using `neovim/nvim-lspconfig` this is the custom server declaration I made, and it works. ```lua if not lspconfig.rust_hdl...

@Xcodo to be honest, I would recommend doing both. We (I say "we", since I am planning on starting to contribute more) add it to the getting started, but I...

I think I actually misspoke. It isn't a problem with installing the language server, but installing `vhdl_lang`. See issue #113. I don't think this should be the responsibility of the...

Yes, I believe it is only a requirement for `vhdl_lang`, but since `vhdl_ls` depends on `vhdl_lang`, it doesn't work. Unless I am missing something.

`caffeine -k` doesn't seem to properly kill the instance. When I run that, it seems the process gets hung, and until I sent the keyboard interrupt (C-c) it doesn't close...

https://github.com/suoto/hdl_checker#emacs https://github.com/suoto/hdl_checker/wiki/HOWTO:-Setting-up-a-project

I know this is way late, and I am not @suoto, but figured I'd respond since I am looking around and trying to contribute. This isn't documented, but you can...

I am trying to run your branch of this, but it is still not recognizing the Core X Chroma. I installed via the AUR and modified the `PKGBUILD` per the...

That's perfectly fine. I commented that when I first found this and was using ALE at the time. I have since converted to using CoC (and only CoC) instead of...