summaryrefslogtreecommitdiff
path: root/lua/ben/lazy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/ben/lazy.lua')
-rw-r--r--lua/ben/lazy.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/lua/ben/lazy.lua b/lua/ben/lazy.lua
index a725823..e363abb 100644
--- a/lua/ben/lazy.lua
+++ b/lua/ben/lazy.lua
@@ -1,4 +1,3 @@
-
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
vim.fn.system({
@@ -12,11 +11,11 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
- {import = "ben.plugins" },
- {import = "ben.plugins.lsp" },
+ { import = "ben.plugins" },
+ { import = "ben.plugins.lsp" },
}, {
install = {
- colorscheme = { "friffle" },
+ colorscheme = { "everforest" },
},
checker = {
enabled = true,