]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/ui.lua
nvim: allow normal mode in lsp.rename() popup
[dotfiles.git] / nvim / lua / plugins / ui.lua
index 9745a30b213adc58bf3fbd16fea7802f19f8f626..3da2dd1a2e5db3e37a2b83bf5862c76949f73fbe 100644 (file)
@@ -12,6 +12,15 @@ return {
       },
     },
   },
+  {
+    "stevearc/dressing.nvim",
+    lazy = true,
+    opts = {
+      input = {
+        insert_only = false,
+      },
+    },
+  },
   {
     "noice.nvim",
     enabled = false,