astoff / digestif

A language server for TeX and friends
Other
255 stars 6 forks source link

Could not find data files #2

Closed ACov96 closed 5 years ago

ACov96 commented 5 years ago

Whenever I try to run the server, I get the following:

$ digestif
/usr/bin/lua5.3: ...rocks/lib/luarocks/rocks-5.3/digestif/scm-1/bin/digestif:19: Could not find data files at the following locations:
  ./digestif-data
  /home/alex/.local/share/digestif-data
stack traceback:
    [C]: in function 'error'
    ...rocks/lib/luarocks/rocks-5.3/digestif/scm-1/bin/digestif:19: in main chunk
    [C]: in ?

I installed using luarocks using the instructions in the README.

astoff commented 5 years ago

Where did luarocks install the digestif-data folder? You can find this with locate digestif-data. Also, can you provide the output of the command luarocks show digestif and let me know which OS you are using?

For now, if you copy the digestif-data folder in this repo to /home/alex/.local/share/, then it should work.