emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

Add ccls-library-folders-fn for workspace library folders #70

Closed mgsb closed 4 years ago

mgsb commented 4 years ago

Many C projects compile source code from multiple directories that are not part of the workspace root directory. Enable users to customize a function to provide a list of library directories.