summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChristian Segundo2025-01-17 20:39:35 +0100
committerChristian Segundo2025-01-17 20:39:35 +0100
commit2079704a16dc4e13f31e08c4bee820f965ec874e (patch)
tree97057116ea4cfec5367974acf630f98fc9e3e020 /init.lua
parentc85520e993772da18113191e3ab70ba623508dfb (diff)
downloadconfig-2079704a16dc4e13f31e08c4bee820f965ec874e.tar.gz
remove all the eyecandy shit
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index b4da530..105e6b6 100644
--- a/init.lua
+++ b/init.lua
@@ -17,7 +17,6 @@ vim.opt.rtp:prepend(lazypath)
require("lazy").setup({
spec = {
{ import = "plugins.core" },
- { import = "plugins.eyecandy" },
{ import = "plugins.lsp" },
{ import = "plugins.lang" },
{ import = "plugins.extra.copilot" },