lots of polishing and command mode works again
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user