diff options
author | Jacek Kiedrowski <[email protected]> | 2021-07-05 23:26:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-05 23:26:25 +0100 |
commit | 5b497747448b3946675f7361c9667bb0dc1da11a (patch) | |
tree | f9f08a2729f7f3134675114ac97e128a8be08ee7 /ftplugin/json.lua | |
parent | 64e544b56114f7b93a56814067caa28c83cfaec4 (diff) | |
parent | a469c710bfc01f291df68dba40464caaa2b496da (diff) |
Merge branch 'ChristianChiarulli:master' into master
Diffstat (limited to 'ftplugin/json.lua')
-rw-r--r-- | ftplugin/json.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftplugin/json.lua b/ftplugin/json.lua index da0c9ff2..29a3096f 100644 --- a/ftplugin/json.lua +++ b/ftplugin/json.lua @@ -15,15 +15,3 @@ require("lspconfig").jsonls.setup { }, }, } - -if O.lang.json.autoformat then - require("lv-utils").define_augroups { - _json_format = { - { - "BufWritePre", - "*.json", - "lua vim.lsp.buf.formatting_sync(nil, 1000)", - }, - }, - } -end |