transparentbg plugin and whichkey added

pull/78/head
AbhirupPanda 3 years ago
parent 7a082a3306
commit 013938c05e

@ -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

@ -93,6 +93,7 @@ local mappings = {
"<cmd>lua require('telescope.builtin').find_files(require('telescope.themes').get_dropdown{previewer = false})<cr>",
"Find files",
},
["n"] = { "<cmd>TransparentEnable<cr>", "Transparent" },
["F"] = { "<cmd>Telescope live_grep theme=ivy<cr>", "Find Text" },
["P"] = { "<cmd>lua require('telescope').extensions.projects.projects()<cr>", "Projects" },

Loading…
Cancel
Save