mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
chore(neovim): Reorder plugins
- mini.indentscope moved inside mini.nvim - markdown: Better header icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user