source code migrating from gitlab

This commit is contained in:
2026-05-15 15:48:18 -04:00
commit 7474499e90
95 changed files with 6918 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
return {
{
"AlexvZyl/nordic.nvim",
lazy = false,
priority = 1000,
config = function()
require("nordic").load()
end,
},
}