.config/nvim/lua/lazy-bootstrap.lua

changeset 1049
3f01468ffc32
parent 1019
7e42fd320166
child 1064
fcfa295076a8
equal deleted inserted replaced
1048:06ff90b09389 1049:3f01468ffc32
4 end 4 end
5 vim.opt.rtp:prepend(vim.env.LAZY or lazypath) 5 vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
6 6
7 require("lazy").setup({ 7 require("lazy").setup({
8 spec = { 8 spec = {
9 { "nanotech/jellybeans.vim", 9 {
10 "themercorp/themer.lua",
10 priority = 1000, 11 priority = 1000,
11 config = function() vim.cmd.colorscheme("jellybeans") end }, 12 opts = {
13 colorscheme = "jellybeans",
14 },
15 },
12 { import = "plugins" } 16 { import = "plugins" }
13 }, 17 },
14 change_detection = { enabled = false }, 18 change_detection = { enabled = false },
15 performance = { 19 performance = {
16 rtp = { 20 rtp = {

mercurial