diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:55:59 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:55:59 +0200 |
commit | 9c1138ccbf26b1e2c234057274d0fb3767de651b (patch) | |
tree | db6520389f89b996ba66f71bbadb4036aaba9b9a /fnl/config | |
parent | 384bde9e29f16f0b72e5609e162e9b8c9b9c9f49 (diff) |
fix(lsp installer): remove delimiter
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/lsp/lsp-installer.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index 08c54ce..b9a7c6f 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -21,4 +21,4 @@ (let [lsp-installer (util.load-plugin :lsp-installer)] (lsp-installer.on_server_ready (fn [server] (let [opts (get-server-opts server)] - server:setup opts))))) + server:setup opts)))) |