Moved telescope mappings to remaps file
Changed packer mapping to lua ones
This commit is contained in:
@@ -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"
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user