update plugin config

This commit is contained in:
christianchiarulli 2021-06-28 12:56:05 -04:00
parent 2006460016
commit f99f185884
4 changed files with 3 additions and 6 deletions

View file

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

View file

@ -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
}

View file

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

View file

@ -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.