Is your feature related to a problem?
The just-lsp is installed as part of the just community pack, enabled by #1697. However, the LSP isn't loaded automatically when editing a just file. Only the syntax highlighting works out of the box.
One can run Lua vim.lsp.enable('just') for enabling the LSP manually.
Describe the new feature
Can the community-pack auto-enable the just LSP when a just-file is detected?
Additional context
I expected that the just LSP can be toggled with <leader-u-Y>, like with the Lua/Python LSPs. The option is unavailable for the just-lsp.
Is your feature related to a problem?
The just-lsp is installed as part of the just community pack, enabled by #1697. However, the LSP isn't loaded automatically when editing a just file. Only the syntax highlighting works out of the box.
One can run
Lua vim.lsp.enable('just')for enabling the LSP manually.Describe the new feature
Can the community-pack auto-enable the just LSP when a just-file is detected?
Additional context
I expected that the just LSP can be toggled with
<leader-u-Y>, like with the Lua/Python LSPs. The option is unavailable for the just-lsp.