lots of polishing and command mode works again

This commit is contained in:
2026-02-14 13:59:36 +00:00
parent ea9e351c83
commit 83e835bf41
7 changed files with 25 additions and 14 deletions

View File

@@ -28,6 +28,11 @@ return {
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 = {