removed redundancies
This commit is contained in:
@@ -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
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user