Bladeren bron

update plugin config

christianchiarulli 4 jaren geleden
bovenliggende
commit
f99f185884
4 gewijzigde bestanden met toevoegingen van 3 en 6 verwijderingen
  1. 1 1
      lua/default-config.lua
  2. 0 4
      lua/lv-numb/init.lua
  3. 0 1
      lua/plugins.lua
  4. 2 0
      lv-config.lua

+ 1 - 1
lua/default-config.lua

@@ -33,7 +33,7 @@ O = {
         dashboard = {active = false},
         matchup = {active = false},
         colorizer = {active = false},
-        numb = {active = false}
+        numb = {active = false},
 
 
     },

+ 0 - 4
lua/lv-numb/init.lua

@@ -1,4 +0,0 @@
-require('numb').setup{
-   show_numbers = true, -- Enable 'number' for the window while peeking
-   show_cursorline = true -- Enable 'cursorline' for the window while peeking
-}

+ 0 - 1
lua/plugins.lua

@@ -64,7 +64,6 @@ return require("packer").startup(function(use)
         config = function()
             require('lv-which-key').config()
         end,
-        event = "BufRead"
     }
 
     -- Autopairs

+ 2 - 0
lv-config.lua

@@ -93,3 +93,5 @@ O.lang.go.autoformat = true
 --       And I think `ver` means vertical and `hor` means horizontal.
 --       The numbers didn't make a difference in alacritty. Please change
 --       the number to something that suits your needs if it looks weird.
+
+