EmmyLua / Emmy-love-api

LÖVE2D API
46 stars 8 forks source link

Setup with coc.nvim #3

Open skippa opened 4 years ago

skippa commented 4 years ago

I have coc.nvim working with lua, how do I add the love2d API libraries?

I've read the coc.nvim docs specifically how to add a custom library. But which files of emmy and this repo do I need to make it work?

tangzx commented 4 years ago

Readme.md

  1. Copy the api folder into your project's source folder, the same folder where main.lua is (you can rename it whatever you want, it doesn't have to be called api).