summaryrefslogtreecommitdiff
path: root/lua/ben/lazy.lua
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-01-21 04:04:42 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2024-01-21 04:04:42 -0500
commit796db1e83d41d25a277c46c968a168702c1f3eb8 (patch)
tree9dcdc336cdf71c88393cd7393f7c14e5507693db /lua/ben/lazy.lua
parent17c22a2ec66af3c73834c035659eb2bc687f58c0 (diff)
New lsp config start
Diffstat (limited to 'lua/ben/lazy.lua')
-rw-r--r--lua/ben/lazy.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/ben/lazy.lua b/lua/ben/lazy.lua
index e363abb..46668e4 100644
--- a/lua/ben/lazy.lua
+++ b/lua/ben/lazy.lua
@@ -12,7 +12,6 @@ end
vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
{ import = "ben.plugins" },
- { import = "ben.plugins.lsp" },
}, {
install = {
colorscheme = { "everforest" },