nolanderc / glsl_analyzer

Language server for GLSL (autocomplete, goto-definition, formatter, and more)
GNU General Public License v3.0
200 stars 6 forks source link

[Feature] Support configuration of include search paths #69

Open LDAP opened 3 months ago

LDAP commented 3 months ago

Add the option to configure the include paths matching the -I option of GLSL compilers.

Preferably use the LSP workspace configuration and not command line arguments.