nikvdp / nvim-lsp-config

97 stars 22 forks source link

Support for Julia Programming Language? #1

Closed R0b0ty closed 3 years ago

R0b0ty commented 3 years ago

This is a request for support of the Julia Programming Language via LspInstall, as it is currently omitted from the list (when pressing tab after the :LspInstall command). Thank you for your consideration! Have a great day.

nikvdp commented 3 years ago

Hi @R0b0ty, glad to hear from you! The :LspInstall command this config actually uses comes from this plugin: https://github.com/kabouzeid/nvim-lspinstall.

I'd recommend you raise the issue on that repo. If/when they add support for Julia it will work with this repo's vim config as well.