SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

Doesn't open #40

Closed jeeeem closed 1 year ago

jeeeem commented 1 year ago

Nothing, it does not working for me. No errors, logs or anything, just nada.

Im using latest lunarvim in Windows 11, already tried different config still nothing.

  {
    "SmiteshP/nvim-navbuddy",
    -- event = "VeryLazy",
    -- event = "LspAttach",
    lazy = false,
    dependencies = "SmiteshP/nvim-navic",
    opts = {
      lsp = {
        auto_attach = true
      }
    }
    -- config = function()
    --   require("nvim-navbuddy").setup{
    --     lsp = { auto_attach = true, preference = { "nvim_lsp", "nvim-cmp", "nvim-lspconfig", "texlab", "lua_ls" } },
    --   }
    -- end,
  },
SmiteshP commented 1 year ago

Hi @jeeeem ! Do you have lsps for your languages installed and setup? If so can you try attaching to them manually. Btw, "nvim_lsp", "nvim-cmp" and "nvim-lspconfig" aren't names of any language servers 😅

jeeeem commented 1 year ago

Hi @jeeeem ! Do you have lsps for your languages installed and setup? If so can you try attaching to them manually. Btw, "nvim_lsp", "nvim-cmp" and "nvim-lspconfig" aren't names of any language servers 😅

Oh I just steal it from the other's config, I didnt see that names,but yes, the LSPs are working Im trying it with lua lsp and java but nothing happens Im not sure why tho.

EDIT: im trying to send a LSP screenshots but encountering an error in github, but the LSP on my end is working. also tried it manually, Im still investigating as to why it is not working

jeeeem commented 1 year ago

Fixed in discord, using the latest commits in nvim-navic solves it.