1
0

feat: initial commit; NixOS Era

This commit is contained in:
2025-11-20 22:13:05 +01:00
commit 8d0bddf680
46 changed files with 2044 additions and 0 deletions

14
pkgs/neovim/init.lua Normal file
View File

@@ -0,0 +1,14 @@
local lazy = require('BluePlum.lazy').bootstrap()
require('BluePlum')
if lazy then
lazy.setup({
spec = {
{ import = 'plugins' },
},
checker = { enabled = false },
change_detection = { notify = false },
performance = { rtp = { reset = false } }
})
end