/
bluesboy
/
dotfiles
Обзор
Документация
Войти
/
bluesboy
/
dotfiles
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
config/nvim/lua/plugins/git/git-conflict.lua
17 строк
295 B
Bluesboy
Refactor plugins with Lazy.nvim hacks
09 мар 2026, 07:01
09 мар 2026, 07:01
95396ab
Код
Авторство
О чём код?
return { { "akinsho/git-conflict.nvim", event = { "BufReadPost", "BufNewFile" }, version = "*", opts = { default_mappings = { ours = "o", theirs = "t", none = "0", both = "b", next = "n", prev = "p", }, }, }, }