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,
|
lazy = false,
|
||||||
opts = {
|
opts = {
|
||||||
bigfiles = { enabled = true },
|
bigfiles = { enabled = true },
|
||||||
dashboard = {
|
dashboard = { enabled = true },
|
||||||
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 = {} },
|
|
||||||
},
|
|
||||||
indent = { enabled = true, animate = { enabled = false } },
|
indent = { enabled = true, animate = { enabled = false } },
|
||||||
input = { enabled = true },
|
input = { enabled = true },
|
||||||
lazygit = { enabled = true, configure = true },
|
lazygit = { enabled = true, configure = true },
|
||||||
|
@ -74,8 +53,4 @@ return {
|
||||||
extensions = { lazy_nvim = true },
|
extensions = { lazy_nvim = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"m4xshen/autoclose.nvim",
|
|
||||||
opts = {},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,6 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
lazy = false,
|
|
||||||
requires = {
|
|
||||||
"nvim-lua/plenary.nvim",
|
|
||||||
"xvzc/chezmoi.nvim",
|
|
||||||
},
|
|
||||||
config = function()
|
config = function()
|
||||||
local telescope = require("telescope")
|
local telescope = require("telescope")
|
||||||
telescope.setup({})
|
telescope.setup({})
|
||||||
|
@ -38,12 +33,5 @@ return {
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
keys = {
|
|
||||||
{
|
|
||||||
"<leader>fc",
|
|
||||||
"<cmd>Telescope chezmoi find_files<cr>",
|
|
||||||
desc = "Find Chezmoi-managed files",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue