diff options
| author | Lewis Russell <lewis6991@gmail.com> | 2023-07-26 09:50:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-26 09:50:54 +0100 |
| commit | fd089c8e50c211d7beae15dbc9492ae5a1a5f2e2 (patch) | |
| tree | fca392972189b68ddeb65722463b464f4440024b /.gitattributes | |
| parent | b8b77820371978a5f937ccc0db356574ae33371b (diff) | |
| download | rneovim-fd089c8e50c211d7beae15dbc9492ae5a1a5f2e2.tar.gz rneovim-fd089c8e50c211d7beae15dbc9492ae5a1a5f2e2.tar.bz2 rneovim-fd089c8e50c211d7beae15dbc9492ae5a1a5f2e2.zip | |
feat(lua): typing for vim.fn.* (#24473)
Problem:
No LSP information for `vim.fn.*`
Solution:
Add meta file for `vim.fn.*`.
Diffstat (limited to '.gitattributes')
| -rwxr-xr-x | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1128560dc2..6de8569184 100755 --- a/.gitattributes +++ b/.gitattributes @@ -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 |