nvim-tree / nvim-tree.lua

A file explorer tree for neovim written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.10 luadoc and lsp integration

alex-courtis opened this issue · comments

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.