plugins.lazydev.settings.integrations.cmp

Whether lazydev.nvim should integrate with nvim-cmp.

Adds a completion source for:

  • require "modname"
  • ---@module "modname"

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.lazydev.settings.integrations.coq

Whether lazydev.nvim should integrate with coq.nvim.

Adds a completion source for:

  • require "modname"
  • ---@module "modname"

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.lazydev.settings.integrations.lspconfig

Whether lazydev.nvim should integrate with nvim-lspconfig.

Fixes lspconfig’s workspace management for LuaLS. Only create a new workspace if the buffer is not part of an existing workspace or one of its libraries.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by: