summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/default-config.lua2
-rw-r--r--lua/lv-numb/init.lua4
-rw-r--r--lua/plugins.lua1
-rw-r--r--lv-config.lua2
4 files changed, 3 insertions, 6 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 203d21c6..7737527a 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -33,7 +33,7 @@ O = {
dashboard = {active = false},
matchup = {active = false},
colorizer = {active = false},
- numb = {active = false}
+ numb = {active = false},
},
diff --git a/lua/lv-numb/init.lua b/lua/lv-numb/init.lua
deleted file mode 100644
index 415327f1..00000000
--- a/lua/lv-numb/init.lua
+++ /dev/null
@@ -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
-}
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 952f8f92..32822d65 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -64,7 +64,6 @@ return require("packer").startup(function(use)
config = function()
require('lv-which-key').config()
end,
- event = "BufRead"
}
-- Autopairs
diff --git a/lv-config.lua b/lv-config.lua
index 92074f9b..90672d58 100644
--- a/lv-config.lua
+++ b/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.
+
+