diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:49:51 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:49:51 +0200 |
commit | 5655b344260449c5a955d0f5c6e2dc52ab5004a8 (patch) | |
tree | 9733b3c25ec98c1250903f72e72fb34f823e9741 /fnl/config/lsp/lsp-installer.fnl | |
parent | 31743e584d0dbd736ef739b466c8730b809c5fdc (diff) |
fix(lsp installer): remove newline
Diffstat (limited to 'fnl/config/lsp/lsp-installer.fnl')
-rw-r--r-- | fnl/config/lsp/lsp-installer.fnl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fnl/config/lsp/lsp-installer.fnl b/fnl/config/lsp/lsp-installer.fnl index a32ee9b..b5ebb36 100644 --- a/fnl/config/lsp/lsp-installer.fnl +++ b/fnl/config/lsp/lsp-installer.fnl @@ -1,5 +1,4 @@ ;; LSP installer. - (module config.lsp.lsp-installer {autoload {util util}}) |