{
"kolemannix/k1.nvim",
ft = "k1",
config = function()
require("k1").setup({
-- Optional:
-- k1_home = "~/.k1",
-- lsp_binary = "~/.k1/bin/k1lsp",
-- auto_start = true,
-- root_dir defaults to the current buffer's directory
})
end,
}k1.nvim resolves the LSP binary in this order:
setup({ lsp_binary = ... })$K1_HOME/bin/k1lsp~/.k1/bin/k1lsp(default whenK1_HOMEis unset)
:K1LspStartstartsk1-lspfor the current buffer