removed redundancies
This commit is contained in:
@@ -29,13 +29,7 @@ require("lazy").setup({
|
|||||||
}, lazy_config)
|
}, lazy_config)
|
||||||
|
|
||||||
-- load plugins' setup
|
-- load plugins' setup
|
||||||
require("gitmoji").setup({})
|
|
||||||
require("todo-comments").setup({})
|
require("todo-comments").setup({})
|
||||||
-- require("cmp").setup({
|
|
||||||
-- sources = {
|
|
||||||
-- { name = 'gitmoji' }
|
|
||||||
-- }
|
|
||||||
-- })
|
|
||||||
|
|
||||||
-- load theme
|
-- load theme
|
||||||
dofile(vim.g.base46_cache .. "defaults")
|
dofile(vim.g.base46_cache .. "defaults")
|
||||||
|
|||||||
+2
-19
@@ -25,9 +25,9 @@ return {
|
|||||||
"css-lsp",
|
"css-lsp",
|
||||||
"prettier",
|
"prettier",
|
||||||
"basedpyright", "mypy", "black", "ruff-lsp",
|
"basedpyright", "mypy", "black", "ruff-lsp",
|
||||||
|
"goimports", "gofumpt", "gomodifytags", "impl", "delve",
|
||||||
"typescript-language-server",
|
"typescript-language-server",
|
||||||
"clangd",
|
"clangd",
|
||||||
"goimports", "gofumpt", "gomodifytags", "impl", "delve",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -60,21 +60,6 @@ return {
|
|||||||
end,
|
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",
|
"iamcco/markdown-preview.nvim",
|
||||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||||
@@ -139,9 +124,7 @@ return {
|
|||||||
"LazyGitFilterCurrentFile",
|
"LazyGitFilterCurrentFile",
|
||||||
},
|
},
|
||||||
-- optional for floating window border decoration
|
-- optional for floating window border decoration
|
||||||
dependencies = {
|
dependencies = { "nvim-lua/plenary.nvim", },
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
},
|
|
||||||
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||||
-- order to load the plugin when the command is run for the first time
|
-- order to load the plugin when the command is run for the first time
|
||||||
keys = {
|
keys = {
|
||||||
|
|||||||
Reference in New Issue
Block a user