feat: initial commit; NixOS Era
This commit is contained in:
14
pkgs/neovim/init.lua
Normal file
14
pkgs/neovim/init.lua
Normal 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
|
||||
Reference in New Issue
Block a user