urbit / hoon-language-server

Language Server for Hoon. Middleware to translate between the Language Server Protocol and your Urbit.
MIT License
36 stars 10 forks source link

Update/fix readme #20

Closed patosullivan closed 2 years ago

patosullivan commented 2 years ago

Necessary and helpful changes to the readme.

matthiasschaub commented 2 years ago

Nice addition. I think it would be very helpful to get more context about how to setup the hoon-language-server. Similar to https://github.com/urbitme/hoon-language-server

I think the config snipped in this PR could be simpler since the lspconfig comes provides default configs.

Lua:

require('lspconfig').hoon_ls.setup{}
ryjm commented 2 years ago

should probably just merge in the changes from urbitme too

patosullivan commented 2 years ago

Closing in favor of #25