all repos

init.lua @ e921538f8afe7e0afb15fca27da1207248dda1f6

my nvim config
2 files changed, 2 insertions(+), 2 deletions(-)
feat: remove deprecation warnings
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-05-21 23:58:12 +0300
Parent: bd7b2f7
M lua/core/autocmd.lua

@@ -3,7 +3,7 @@

u.aucmd("TextYankPost", { group = u.augroup "highlight_yank", callback = function() - vim.highlight.on_yank() + vim.hl.on_yank() end, })
M lua/core/options.lua

@@ -70,7 +70,7 @@ "context:12",

"algorithm:histogram", "linematch:200", "indent-heuristic", - "inline:word", + -- "inline:word", } -- swap files