diff options
author | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 12:56:05 -0400 |
commit | f99f1858843128976e4b6cd1cd8b2de96af7d2a9 (patch) | |
tree | 55f2158ffa6f96eb151ab0e4abc2c1cea21b7e32 /lua | |
parent | 20064600161ad27980c4a32c647c695520e4fb2c (diff) |
update plugin config
Diffstat (limited to 'lua')
-rw-r--r-- | lua/default-config.lua | 2 | ||||
-rw-r--r-- | lua/lv-numb/init.lua | 4 | ||||
-rw-r--r-- | lua/plugins.lua | 1 |
3 files changed, 1 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 |