]> git.huck.website - nvim.git/commitdiff
added: floating window border dimensions to rust tools
authorHuck Boles <huck@huck.website>
Sun, 16 Jul 2023 16:29:13 +0000 (11:29 -0500)
committerHuck Boles <huck@huck.website>
Sun, 16 Jul 2023 16:29:13 +0000 (11:29 -0500)
lua/plugins/lsp.lua

index 8bedd509f67b67fd16f3d6d8930abbc034fbf983..90ed57227dd4ba4b60914e729e56ff44784af746 100644 (file)
@@ -125,7 +125,9 @@ return {
                         },
                         hover_actions = {
                             border = border,
-                            auto_focus = true
+                            auto_focus = true,
+                            max_width = nil,
+                            max_height = nil,
                         }
                     },
                     server = {