neovim: move to vim.pack from lazy

This commit is contained in:
2026-03-13 19:18:43 +03:00
parent 8883f27fb9
commit 33c988cfb1
17 changed files with 224 additions and 320 deletions

View File

@@ -28,3 +28,5 @@ vim.keymap.set("n", "<leader>gb", function()
show_remote_tracking_branches = false,
})
end)
vim.api.nvim_set_hl(0, "GitSignsCurrentLineBlame", { fg = "#888888" })