chore: 💡add comment about classic mode change

This commit is contained in:
2024-11-30 14:12:07 -05:00
parent 18ee972e39
commit aec2e1f3cb
+2 -2
View File
@@ -6,7 +6,7 @@ return {
vim.o.timeoutlen = 500 vim.o.timeoutlen = 500
end, end,
opts = { opts = {
preset = 'modern', preset = 'modern', -- may set this back to 'classic'
sort = { 'local', 'order', 'group', 'alphanum', 'mod' }, sort = { 'local', 'order', 'group', 'alphanum', 'mod' },
notify = true, notify = true,
win = { win = {
@@ -23,4 +23,4 @@ return {
}, },
}, },
}, },
} }