Skip to content

[Help] Error after update tp neovim 0.10.0 #186

Answered by tjex
devmkdd asked this question in Help
Discussion options

You must be logged in to vote

Nothing needs to be changed config wise for the new version.

But your current config is incorrect to begin with. The cmd is zk lsp.

See the setup section, which shows the correct config.

It's also worth fully closing any neovim session that's running in a zk notebook after updating, and then opening fresh. Just in case something plays weird.

Let me know if this fixes the issue!

require("zk").setup({
  -- can be "telescope", "fzf", "fzf_lua", "minipick", or "select" (`vim.ui.select`)
  -- it's recommended to use "telescope", "fzf", "fzf_lua", or "minipick"
  picker = "select",

  lsp = {
    -- `config` is passed to `vim.lsp.start_client(config)`
    config = {
      cmd = { "zk", "lsp" },…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@devmkdd
Comment options

Answer selected by devmkdd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants