diff --git a/src/fennel-ls/handlers.fnl b/src/fennel-ls/handlers.fnl index 024d542..278915e 100644 --- a/src/fennel-ls/handlers.fnl +++ b/src/fennel-ls/handlers.fnl @@ -62,7 +62,9 @@ Every time the client sends a message, it gets handled by a function in the corr ;; :typeHierarchyProvider nil ;; :inlineValueProvider nil ;; :inlayHintProvider nil - :diagnosticProvider {:workDoneProgress false}}] + :diagnosticProvider {:workDoneProgress false + :interFileDependencies true + :workspaceDiagnostics true}}] ;; :workspaceSymbolProvider nil ;; :workspace {:workspaceFolders nil ;; :fileOperations {:didCreate nil