Compare commits

..

2 Commits

Author SHA1 Message Date
d56eb258cd hg alias 2025-03-04 19:04:44 +00:00
a1880dcdad ugh 2025-03-04 19:03:57 +00:00
4 changed files with 139 additions and 153 deletions

View File

@ -1,3 +1,3 @@
{
"lazy.nvim": { "branch": "main", "commit": "e5e9bf48211a13d9ee6c1077c88327c49c1ab4a0" }
"lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" }
}

View File

@ -16,15 +16,15 @@ opts.vimdiff = -d
# opts.vimdiff = -c ':call ShowMercurialDiff(argv(0), argv(1))'
[extensions]
unsupported.tree =
unsupported.alices =
# unsupported.tree =
# unsupported.alices =
extdiff =
color =
# color =
beautifygraph =
[alices]
findings.extra_args = --proxy
summarize.extra_args = --proxy
# [alices]
# findings.extra_args = --proxy
# summarize.extra_args = --proxy
[merge-tools]
vimdiff.executable = nvim
@ -51,6 +51,7 @@ dt = icdiff --pager=on
dtex = dt -r exported(.)
dtp4 = dt -r p4base
dtup = dt -r .^
ra = revert --all
whatsout = status -n --change . --template=hgshort_status
what = status -n --change . --template=hgshort_status

View File

@ -86,10 +86,6 @@ return {
cmd = {
"Subs",
},
-- stylua: ignore
keys = {
{ "<leader>tc", "<cmd>TextCaseOpenTelescope<CR>", mode = { "n", "v" }, desc = "Telescope" },
},
},
{
"NvChad/nvim-colorizer.lua",

View File

@ -2,17 +2,6 @@ local use_google = require("utils").use_google
local flags = require("utils").flags
return {
-- {
-- "ray-x/lsp_signature.nvim",
-- event = "VeryLazy",
-- opts = {
-- floating_window = true,
-- hint_prefix = "󰡱 ",
-- },
-- config = function(_, opts)
-- require("lsp_signature").setup(opts)
-- end,
-- },
{
"kosayoda/nvim-lightbulb",
commit = "1cae7b7153ae98dcf1b11173a443ac1b6d8e3d49",