chore(nvim): cleanup unused stuff

This commit is contained in:
Afonso Franco 2024-12-18 23:05:50 +00:00
parent 7bb2561224
commit 7cfba75a54
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
16 changed files with 12 additions and 505 deletions

View file

@ -1,11 +1,4 @@
return {
{
"iamcco/markdown-preview.nvim",
event = "VeryLazy",
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
ft = { "markdown" },
build = function() vim.fn["mkdp#util#install"]() end,
},
{
"folke/todo-comments.nvim",
event = "VeryLazy",
@ -47,4 +40,12 @@ return {
},
},
},
{
"FabijanZulj/blame.nvim",
event = "VeryLazy",
config = function()
require("blame").setup()
end
},
"tpope/vim-fugitive"
}