summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
diff options
context:
space:
mode:
authorLostNeophyte <[email protected]>2022-12-16 09:42:12 +0100
committerGitHub <[email protected]>2022-12-16 03:42:12 -0500
commit59fff1ea32e1e8cd261bdae0c968f8767d508bdc (patch)
tree77c2d07f51d0bbd3a7d5ddee47357403e9b08d8c /lua/lvim/lsp
parent43ed9bda2ca43ff8e00b3c4bd10bfa4d247a91af (diff)
feat(lsp): focusable line diagnostics (#3622)
Diffstat (limited to 'lua/lvim/lsp')
-rw-r--r--lua/lvim/lsp/config.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/lsp/config.lua b/lua/lvim/lsp/config.lua
index af59478a..397b561e 100644
--- a/lua/lvim/lsp/config.lua
+++ b/lua/lvim/lsp/config.lua
@@ -62,7 +62,7 @@ return {
underline = true,
severity_sort = true,
float = {
- focusable = false,
+ focusable = true,
style = "minimal",
border = "rounded",
source = "always",