summaryrefslogtreecommitdiff
path: root/lua/ben/lazy.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 09:00:56 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-09-24 09:00:56 -0400
commit7af7475ebbb47e376286866accb9c1822237e6de (patch)
tree9b65aa1a2f20c2f811a06392f9fe4c067a2cdc8d /lua/ben/lazy.lua
parent273545e803d66b626eeec19ec225c336957c23f1 (diff)
V4 of my lua config
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,