From d5377880fa767bff124ffe2d5d6530f4d554a0fe Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 9 Jun 2023 08:18:36 +0200 Subject: Add small configs --- Common/nvim/lua/plugins.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Common/nvim/lua/plugins.lua') diff --git a/Common/nvim/lua/plugins.lua b/Common/nvim/lua/plugins.lua index 3077560..26f217f 100755 --- a/Common/nvim/lua/plugins.lua +++ b/Common/nvim/lua/plugins.lua @@ -80,6 +80,7 @@ return require('packer').startup(function(use) ]] map("n", ";", ":Files", silentnoremap) map("n", ";", ":Rg", silentnoremap) + map("n", ";", ":BLines", silentnoremap) end, } @@ -168,6 +169,13 @@ return require('packer').startup(function(use) } use { 'smithbm2316/centerpad.nvim' } + -- Color preview + use { + 'lilydjwg/colorizer', + config = function() + end, + } + -- packer.nvim -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins -- cgit v1.2.3