Skip to content
Discussion options

You must be logged in to vote

Ok that was my fault I still have ale plugin which was enabling installed lsp disabled it setting g.ale_disable_lsp = 1 this way

    {
      "w0rp/ale",
      init = function()
        g.ale_virtualtext_cursor = 1
        g.ale_disable_lsp = 1
      end,
      config = function()
        map("n", "<leader>m", ":ALENext<CR>")
      end,
    },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by boatx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant