]> git.rmz.io Git - dotfiles.git/commitdiff
nvim: start popups in normal mode
authorSamir Benmendil <me@rmz.io>
Thu, 15 Feb 2024 14:19:41 +0000 (14:19 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 21 Feb 2024 12:46:37 +0000 (12:46 +0000)
This is Vim! We do not default to insert mode.

nvim/lua/plugins/ui.lua

index 3da2dd1a2e5db3e37a2b83bf5862c76949f73fbe..884225da50025db62a6b016b4264051d736e7428 100644 (file)
@@ -17,6 +17,7 @@ return {
     lazy = true,
     opts = {
       input = {
+        start_in_insert = false,
         insert_only = false,
       },
     },