goodhumored d15f254996 many nvim changes
nvim file structure updated
nvim luasnippets configured properly
2024-12-28 13:49:08 +03:00

6 lines
601 B
Lua

-- ╭─────────────────────────────────────────────────────────╮
-- │ git-conflict │
-- │ A plugin to visualise and resolve conflicts in neovim │
-- ╰─────────────────────────────────────────────────────────╯
return { "akinsho/git-conflict.nvim", version = "*", config = true }