Skip to content

guidoschmidt/company-glsl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status MELPA

Company GLSL

FORKED FROM: Kaali/company-glsl

Provides GLSL Completion by using glslangValidator & filtering types, modifiers as well as builtins.

Usage:

(use-package company-glsl
  :config
  (when (executable-find "glslangValidator")
    (add-to-list 'company-backends 'company-glsl)))