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.
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
.luacheckrcfile to silence luacheck, but it looks like I'd have to add them individually.