From ad1f23a6de418d8d067fe413ad6e8cd0b449a5dc Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 4 Aug 2022 14:32:44 +0100 Subject: Add border to errors as well --- metals.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metals.vim b/metals.vim index 8141ff9..3b3dadb 100644 --- a/metals.vim +++ b/metals.vim @@ -29,7 +29,7 @@ function! MetalsMapKeys() abort nnoremap a lua vim.diagnostic.setqflist() " diagnostic navigation - nnoremap d lua vim.diagnostic.open_float(0, {scope = "line"}) + nnoremap d lua vim.diagnostic.open_float(0, {scope = "line", border="single"}) nnoremap da lua vim.diagnostic.setloclist() nnoremap dn lua vim.diagnostic.goto_next() nnoremap dp lua vim.diagnostic.goto_prev() -- cgit v1.2.3