From cc3acb0480786e2129c08b02753ed7edfa8e665f Mon Sep 17 00:00:00 2001 From: hakase Date: Sun, 8 Sep 2024 20:51:21 -0500 Subject: [PATCH] removed redundancies --- lua/plugins/init.lua | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index eb57516..d6aab84 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -25,9 +25,9 @@ return { "css-lsp", "prettier", "basedpyright", "mypy", "black", "ruff-lsp", + "goimports", "gofumpt", "gomodifytags", "impl", "delve", "typescript-language-server", "clangd", - "goimports", "gofumpt", "gomodifytags", "impl", "delve", }, }, }, @@ -60,21 +60,6 @@ return { end, }, - { - "Dynge/gitmoji.nvim", - dependencies = { - "hrsh7th/nvim-cmp", - }, - opts = { - filetypes = { "gitcommit", "NeogitCommitMessage" }, - completion = { - append_space = false, - complete_as = "emoji", - }, - }, - ft = "gitcommit" - }, - { "iamcco/markdown-preview.nvim", cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" }, @@ -139,9 +124,7 @@ return { "LazyGitFilterCurrentFile", }, -- optional for floating window border decoration - dependencies = { - "nvim-lua/plenary.nvim", - }, + dependencies = { "nvim-lua/plenary.nvim", }, -- setting the keybinding for LazyGit with 'keys' is recommended in -- order to load the plugin when the command is run for the first time keys = {