Moved telescope mappings to remaps file

Changed packer mapping to lua ones
This commit is contained in:
2023-08-24 11:15:54 +02:00
parent cbf8ed3cc7
commit 05e3134cc7
4 changed files with 24 additions and 29 deletions

View File

@@ -93,6 +93,7 @@ require("lazy").setup({
build = function()
vim.fn["mkdp#util#install"]()
end,
ft = "markdown",
},
"numToStr/Comment.nvim",
{ "NeogitOrg/neogit", dependencies = "nvim-lua/plenary.nvim" },
@@ -125,7 +126,7 @@ require("lazy").setup({
},
{ "akinsho/toggleterm.nvim", version = "*" },
"rcarriga/nvim-notify",
{
{
"akinsho/bufferline.nvim",
version = "*",
dependencies = "nvim-tree/nvim-web-devicons"
@@ -140,5 +141,8 @@ require("lazy").setup({
},
"ObserverOfTime/nvimcord",
"xiyaowong/transparent.nvim",
"jokajak/keyseer.nvim",
{
"jokajak/keyseer.nvim",
cmd = "KeySeer"
},
})