i need to get a job wtf even are these changes

This commit is contained in:
2026-02-16 09:35:17 +00:00
parent 83e835bf41
commit eee5b39eb1
7 changed files with 58 additions and 18 deletions

View File

@@ -25,14 +25,14 @@ return {
file = ".session",
force = { read = false, write = true, delete = true },
})
require("mini.notify").setup({
window = { winblend = 0 },
}) -- Better Notifications
vim.notify = MiniNotify.make_notify({
ERROR = { duration = 5000 },
WARN = { duration = 4000 },
INFO = { duration = 3000 },
})
-- require("mini.notify").setup({
-- window = { winblend = 0 },
-- }) -- Better Notifications
-- vim.notify = MiniNotify.make_notify({
-- ERROR = { duration = 5000 },
-- WARN = { duration = 4000 },
-- INFO = { duration = 3000 },
-- })
require("mini.surround").setup() -- Suround selections with characters
require("mini.move").setup({
mappings = {