removed redundancies

This commit is contained in:
hakase
2024-09-08 20:51:21 -05:00
parent 5e73c24fdd
commit fde5adbe71
2 changed files with 2 additions and 25 deletions
-6
View File
@@ -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")
+2 -19
View File
@@ -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 = {