Skip to content

0.10 luadoc and lsp integration #2731

Closed
@alex-courtis

Description

@alex-courtis

0.10 adds full luadoc and function definitions for vim.*, lsp, treesitter etc.

Add these to luals:

    "library": [
      "$VIMRUNTIME/lua",
      "${3rd}/luv/library"
    ]

Resolve luals detected issues:

  • type mismatches - no changes, just doc
  • missing nil checks - fix
  • incorrect returns/params - fix

Update documentation and function signatures to be properly typed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions