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" },