chore(neovim): Reorder plugins

- mini.indentscope moved inside mini.nvim
- markdown: Better header icons
This commit is contained in:
Pratik Tripathy
2025-01-26 21:52:25 +05:30
parent ca060f2410
commit 15f04d7829
4 changed files with 39 additions and 42 deletions

View File

@@ -257,10 +257,6 @@ return {
config = function(_, opts)
require("project_explorer").setup(opts)
end,
keys = {
{ "<leader>fp", "<cmd>ProjectExplorer<cr>", desc = "Project Explorer" },
},
lazy = false,
},
-- Session management. Saves your session in the background