add plugins

This commit is contained in:
Noah Håkansson 2024-02-13 17:11:07 +01:00
parent 51548cf6bf
commit 5e258dca31
5 changed files with 87 additions and 39 deletions

View file

@ -0,0 +1,7 @@
local M = {
'akinsho/git-conflict.nvim',
version = '*',
config = true,
}
return M