nvim_utils icon indicating copy to clipboard operation
nvim_utils copied to clipboard

Luacheck/Lua Language Server Definitions

Open comfortablynick opened this issue 4 years ago • 0 comments

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.

comfortablynick avatar Nov 27 '19 15:11 comfortablynick