neovim / nvim-lspconfig

Quickstart configs for Nvim LSP
Apache License 2.0
10.47k stars 2.06k forks source link

[wip] fix koka language server #3213

Closed MangoIV closed 3 months ago

MangoIV commented 3 months ago

This is still in draft because I couldn't make the language server attach.

Currently I have

vim.filetype.add({
  extension = {
    kk = "koka",
  },
})

in my init.lua but that doesn't seem to suffice.

Help would be greatly appreciated.

MangoIV commented 3 months ago

I have confirmed with the original author of the configuration, that the koka plugin never worked.

MangoIV commented 3 months ago

ahhhh now I know why.

MangoIV commented 3 months ago

image

MangoIV commented 3 months ago

this commit lint thing is mildly annoying, why did the same mesage pass only a few minutes ago?

MangoIV commented 3 months ago

oh I fucked up rebasing.

MangoIV commented 3 months ago

@glepnir am I expected to fix this linter error? it's in a file that I didn't even touch.

glepnir commented 3 months ago

Nope not your edit i will fix later.