Giter Club home page Giter Club logo

Comments (3)

VonHeikemen avatar VonHeikemen commented on September 25, 2024

I think I know what this is. Try adding this in your lsp-zero plugin spec.

{
  'VonHeikemen/lsp-zero.nvim',
  branch = 'v3.x',
  lazy = true,
  config = false,
  init = function()
    vim.g.lsp_zero_extend_lspconfig = 0
  end,
},

from lsp-zero.nvim.

sorashi avatar sorashi commented on September 25, 2024

I had a similar issue and in my case the solution was to add neovim/nvim-lspconfig to dependencies of hrsh7th/nvim-cmp.

As you can see in the stack trace, the problem is there is a loop from the cmp setup to nvim-lspconfig setup. By adding nvim-lspconfig to cmp dependencies, we make sure that nvim-lspconfig is loaded before cmp.

@ildar-shaymukhametov try the previous suggestion from VonHeikemen and if it doesn't help, try mine.

from lsp-zero.nvim.

ildar-shaymukhametov avatar ildar-shaymukhametov commented on September 25, 2024

@VonHeikemen @sorashi Thanks guys! Both solutions worked! Thanks again!

from lsp-zero.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.