aboutsummaryrefslogtreecommitdiff
path: root/Common/nvim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Common/nvim/lua/plugins.lua')
-rwxr-xr-xCommon/nvim/lua/plugins.lua8
1 files changed, 8 insertions, 0 deletions
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<cr>", silentnoremap)
map("n", "<leader>;", ":Rg<cr>", silentnoremap)
+ map("n", "<leader><leader>;", ":BLines<cr>", 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