diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 22:03:56 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-07 22:03:56 +0100 |
| commit | 3df8130947ad44ef97cc3e022bc2551f1fff7765 (patch) | |
| tree | 96c4abab3fe814347378c4d5b7d7bf7a22b826ab /fnl/config/lsp/settings/jsonls.fnl | |
| parent | ba42524c3dbe9e59d6621d3ce02fb5dbc39126ff (diff) | |
Refactor lsp
Diffstat (limited to 'fnl/config/lsp/settings/jsonls.fnl')
| -rw-r--r-- | fnl/config/lsp/settings/jsonls.fnl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fnl/config/lsp/settings/jsonls.fnl b/fnl/config/lsp/settings/jsonls.fnl deleted file mode 100644 index 55c6115..0000000 --- a/fnl/config/lsp/settings/jsonls.fnl +++ /dev/null @@ -1,10 +0,0 @@ -;; Json schema store catalog language server. -(module config.lsp.settings.jsonls {autoload {util config.util}}) - -(let [schemastore (util.prequire :schemastore)] - {:init_options {:providerFormatter false} - :settings {:json {:schemas (schemastore.json.schemas)}} - :setup {:commands {:Format [(fn [] - (vim.lsp.buf.range_formatting [] [0 0] - [(vim.fn.line "$" - 0)]))]}}}) |