neovim

Personal neovim configuration files
git clone git://gtms.dev/neovim
Log | Files | Refs

intelephense.lua (211B)


      1 return {
      2   init_options = {
      3     clearCache = true,
      4     licenceKey = os.getenv('XDG_CONFIG_HOME') .. '/intelephense/licenceKey.txt',
      5     globalStoragePath = os.getenv('XDG_CONFIG_HOME') .. '/intelephense',
      6   }
      7 }