diff --git a/init.lua b/init.lua index 98c1902..2a97b0e 100644 --- a/init.lua +++ b/init.lua @@ -29,13 +29,7 @@ require("lazy").setup({ }, lazy_config) -- load plugins' setup -require("gitmoji").setup({}) require("todo-comments").setup({}) --- require("cmp").setup({ --- sources = { --- { name = 'gitmoji' } --- } --- }) -- load theme dofile(vim.g.base46_cache .. "defaults") 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 = {