From c33466bf0642f74f0e70cc4f2dbac0f63e0d2133 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 3 Dec 2021 09:01:35 +0000 Subject: This conflicts with git gutter --- metals.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'metals.vim') diff --git a/metals.vim b/metals.vim index ddb7aca..f482278 100644 --- a/metals.vim +++ b/metals.vim @@ -12,8 +12,6 @@ nnoremap ca lua vim.lsp.buf.code_action() nnoremap ws lua require'metals'.worksheet_hover() nnoremap a lua require'metals'.open_all_diagnostics() nnoremap d lua vim.lsp.diagnostic.set_loclist() -nnoremap [c lua vim.lsp.diagnostic.goto_prev { wrap = false } -nnoremap ]c lua vim.lsp.diagnostic.goto_next { wrap = false } " nvim-lsp Settings " -- cgit v1.2.3