Skip to content

Commit 392f0c6

Browse files
nvim(lsp): add diagnostic border
1 parent 0b67cd1 commit 392f0c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/nvim/lua/minizilla/lsp.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ vim.api.nvim_create_autocmd('LspAttach', {
3737
border = 'rounded',
3838
}
3939
)
40+
vim.diagnostic.config {
41+
float = { border = "rounded" },
42+
}
4043
end,
4144
})
4245

0 commit comments

Comments
 (0)