diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:23:59 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:23:59 +0200 |
commit | 936272fc2a5ae07470816d1b63f79bfadb3ef979 (patch) | |
tree | e040dcaf94b2199664847bf6521621538f316399 /fnl/config/lsp/settings/jsonls.fnl | |
parent | 143d0de99399e9d6b4779ebd91a1cbcee5df5dd5 (diff) |
fix: typo bugs
Diffstat (limited to 'fnl/config/lsp/settings/jsonls.fnl')
-rw-r--r-- | fnl/config/lsp/settings/jsonls.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/lsp/settings/jsonls.fnl b/fnl/config/lsp/settings/jsonls.fnl index 5f4b18b..93378dc 100644 --- a/fnl/config/lsp/settings/jsonls.fnl +++ b/fnl/config/lsp/settings/jsonls.fnl @@ -13,4 +13,4 @@ :commands { :Format { (fn [] - (vim.lsp.buf.range_formatting {} [ 0 0 ] [ (vim.fn.line "$" 0) ]))}}}}))) + (vim.lsp.buf.range_formatting {} [ 0 0 ] [ (vim.fn.line "$" 0) ]))}}}})) |