mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
feat(lua): typing for vim.fn.* (#24473)
Problem: No LSP information for `vim.fn.*` Solution: Add meta file for `vim.fn.*`.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -4,6 +4,8 @@
|
||||
|
||||
runtime/doc/* linguist-documentation
|
||||
|
||||
runtime/lua/vim/_meta/vimfn.lua linguist-generated
|
||||
|
||||
src/xdiff/** linguist-vendored
|
||||
src/cjson/** linguist-vendored
|
||||
src/unicode/** linguist-vendored
|
||||
|
Reference in New Issue
Block a user