mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-03-17 14:14:47 +01:00
NVIM: Added resolve.nvim and pantran.nvim
This commit is contained in:
6
.config/nvim/lua/plugins/resolve.lua
Normal file
6
.config/nvim/lua/plugins/resolve.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
-- color and improve git merge conflicts
|
||||
"spacedentist/resolve.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user