We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177c31e commit 5d643fbCopy full SHA for 5d643fb
lsp-ui.el
@@ -38,7 +38,7 @@
38
(require 'find-func)
39
40
(defconst lsp-ui-resources-dir
41
- (--> (find-library-name "lsp-ui")
+ (--> (or load-file-name (buffer-file-name))
42
(file-name-directory it)
43
(expand-file-name "resources" it)
44
(file-name-as-directory it)
0 commit comments