mattt-b / odin-mode

Emacs major mode for the Odin programming language
28 stars 12 forks source link

Add lsp config entry #11

Open SonyaHon opened 11 months ago

SonyaHon commented 11 months ago

Currently odin-mode does not support lsp-mode

mattt-b commented 8 months ago

Apologies, I forgot about this PR. Would you mind explaining a little more what this does? I don't write any emacs/lsp stuff

Shouldn't a language server remove the need for odin-mode? I'm not sure how/why they would interact, is it just to trigger the major mode to hook into?

Also the docs for ols seem to think that it works already, are they mistaken? Or does this PR just make it easier/better somehow?

samwdp commented 7 months ago

should this be added to the lsp-mode project as this is configuration for that. create an lsp-odin.el inside of the servers for odin that can used?