feat: mirgated to neovims internal plugin manager

This commit is contained in:
2026-07-21 13:15:33 +02:00
parent 5f83f33abc
commit 706ed1e2e7
7 changed files with 115 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
vim.pack.add({
'https://github.com/sindrets/diffview.nvim',
})
require('diffview').setup({
})