You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for putting this together! I'm looking at your code and playing around with creating some of my own stuff with lua. One question -- is there any way to get the API methods defined so luacheck or the language server can recognize them? I'm currently using coc-lua which works great, but doesn't recognize any of the nvim.$() or vim.api.$() methods.
I can put individual methods in the .luacheckrc file to silence luacheck, but it looks like I'd have to add them individually.
The text was updated successfully, but these errors were encountered:
Thanks for putting this together! I'm looking at your code and playing around with creating some of my own stuff with lua. One question -- is there any way to get the API methods defined so luacheck or the language server can recognize them? I'm currently using coc-lua which works great, but doesn't recognize any of the
nvim.$()
orvim.api.$()
methods.I can put individual methods in the
.luacheckrc
file to silence luacheck, but it looks like I'd have to add them individually.The text was updated successfully, but these errors were encountered: