Compare commits
No commits in common. "c7b89f343d490908809ffbada0ca38448702549f" and "2450f6b2228d94b12b00137d37b46d911d81c3fb" have entirely different histories.
c7b89f343d
...
2450f6b222
2 changed files with 1 additions and 38 deletions
|
@ -8,28 +8,7 @@ return {
|
|||
lazy = false,
|
||||
opts = {
|
||||
bigfiles = { enabled = true },
|
||||
dashboard = {
|
||||
enabled = true,
|
||||
sections = {
|
||||
{ section = "header" },
|
||||
{ icon = " ", title = "Recent Files", section = "recent_files", indent = 2, padding = 1 },
|
||||
{ icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1 },
|
||||
{
|
||||
icon = " ",
|
||||
title = "Git Status",
|
||||
section = "terminal",
|
||||
enabled = function()
|
||||
return Snacks.git.get_root() ~= nil
|
||||
end,
|
||||
cmd = "git status --short --branch --renames",
|
||||
height = 5,
|
||||
padding = 1,
|
||||
ttl = 5 * 60,
|
||||
indent = 3,
|
||||
},
|
||||
},
|
||||
preset = { keys = {} },
|
||||
},
|
||||
dashboard = { enabled = true },
|
||||
indent = { enabled = true, animate = { enabled = false } },
|
||||
input = { enabled = true },
|
||||
lazygit = { enabled = true, configure = true },
|
||||
|
@ -74,8 +53,4 @@ return {
|
|||
extensions = { lazy_nvim = true },
|
||||
},
|
||||
},
|
||||
{
|
||||
"m4xshen/autoclose.nvim",
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -3,11 +3,6 @@
|
|||
return {
|
||||
{
|
||||
"nvim-telescope/telescope.nvim",
|
||||
lazy = false,
|
||||
requires = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"xvzc/chezmoi.nvim",
|
||||
},
|
||||
config = function()
|
||||
local telescope = require("telescope")
|
||||
telescope.setup({})
|
||||
|
@ -38,12 +33,5 @@ return {
|
|||
}),
|
||||
})
|
||||
end,
|
||||
keys = {
|
||||
{
|
||||
"<leader>fc",
|
||||
"<cmd>Telescope chezmoi find_files<cr>",
|
||||
desc = "Find Chezmoi-managed files",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue