From 013938c05e983de8ee1822293aa6383abe2160e2 Mon Sep 17 00:00:00 2001 From: AbhirupPanda Date: Sun, 6 Feb 2022 22:29:22 +0530 Subject: [PATCH] transparentbg plugin and whichkey added --- lua/user/plugins.lua | 1 + lua/user/whichkey.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 2aa1f93..9945f67 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -58,6 +58,7 @@ return packer.startup(function(use) use "goolord/alpha-nvim" use "antoinemadec/FixCursorHold.nvim" -- This is needed to fix lsp doc highlight use "folke/which-key.nvim" + use "xiyaowong/nvim-transparent" -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 11b6a7e..73827d1 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -93,6 +93,7 @@ local mappings = { "lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})", "Find files", }, + ["n"] = { "TransparentEnable", "Transparent" }, ["F"] = { "Telescope live_grep theme=ivy", "Find Text" }, ["P"] = { "lua require('telescope').extensions.projects.projects()", "Projects" },