diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 23:39:44 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 23:39:44 +0200 |
commit | a8ad3dedae70581c9e5a2fd2ef9e9d7b30801593 (patch) | |
tree | 8225f82fb7ecd40714d50f884be3bb5d3027d8ff /fnl/config/lsp | |
parent | 7b9f3f1d9f0bedc9d47eedf2ec4ac01aa6d3ede7 (diff) |
Format
Diffstat (limited to 'fnl/config/lsp')
-rw-r--r-- | fnl/config/lsp/init.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/init.fnl b/fnl/config/lsp/init.fnl index 04a3907..c20b93c 100644 --- a/fnl/config/lsp/init.fnl +++ b/fnl/config/lsp/init.fnl @@ -3,5 +3,6 @@ (require :config.lsp.lsp-installer) (let [handlers (require :config.lsp.handlers)] - (handlers.setup)) + (handlers.setup)) + (require :config.lsp.null-ls) |