diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-08 00:02:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-08 00:02:45 +0200 |
commit | 5756648079a7d9753ab72427e0ff20a9178dd1e1 (patch) | |
tree | 1d9cda0568c7b44cb37559a78f32869aebec89a8 /fnl/config/lsp/settings | |
parent | 76ff550565d121dfba3aab122e922e66d650e47f (diff) |
fix(lang): typos
Diffstat (limited to 'fnl/config/lsp/settings')
-rw-r--r-- | fnl/config/lsp/settings/jsonls.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/lsp/settings/jsonls.fnl b/fnl/config/lsp/settings/jsonls.fnl index 37c4597..c1cb710 100644 --- a/fnl/config/lsp/settings/jsonls.fnl +++ b/fnl/config/lsp/settings/jsonls.fnl @@ -11,6 +11,6 @@ :schemas (schemastore.json.schemas)}} :setup { :commands { - :Format { + :Format [ (fn [] - (vim.lsp.buf.range_formatting [] [ 0 0 ] [ (vim.fn.line "$" 0) ]))}}}})) + (vim.lsp.buf.range_formatting [] [ 0 0 ] [ (vim.fn.line "$" 0) ]))]}}})) |