Browse Source

fix: missing default configuration for update_in_insert (#1550)

Luong Vo 3 years ago
parent
commit
eab0369ae8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lua/config/defaults.lua

+ 1 - 0
lua/config/defaults.lua

@@ -75,6 +75,7 @@ lvim = {
         prefix = "",
         spacing = 0,
       },
+      update_in_insert = false,
       underline = true,
       severity_sort = true,
     },