Removing non-working map for vball

This commit is contained in:
Dimitar Ivanov 2023-09-19 09:48:37 +03:00 committed by Dimitar Ivanov
parent e67c826f4a
commit 53abfac5a0
1 changed files with 0 additions and 3 deletions

View File

@ -791,9 +791,6 @@ vim.keymap.set("n", "W", "<nop>")
vim.keymap.set("n", "<Leader>json", ":JsonPath<CR>")
vim.keymap.set("n", "<Leader>qjson", ":JsonPath ")
-- VBAll
vim.api.nvim_command("ca vball vertical ball")
-- FormatJson
vim.api.nvim_command("com! FormatJSON %!jq")