lost: a bunch of stuff was changed and I lost track

This commit is contained in:
2026-04-30 22:47:32 +02:00
parent c472be7bf6
commit c713e27fab
12 changed files with 38 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
---@module 'lazy'
---@type LazySpec
return {
'ruinivist/loc.nvim',
lazy = false,
config = function() require('loc').setup() end,
}