From b574ba5947d35d08b6b3a562da8ef3cc0f0c5bde Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 15 Aug 2024 08:27:30 +0200 Subject: [PATCH] nvim: Rename core plugin spec to base.lua This should make it hopefully still clear that they are expected plugins for the configuration while also delineating it from the 'core' module which bootstraps lazy and sets fundamental options and so on. --- nvim/.config/nvim/lua/plugins/{core.lua => base.lua} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nvim/.config/nvim/lua/plugins/{core.lua => base.lua} (100%) diff --git a/nvim/.config/nvim/lua/plugins/core.lua b/nvim/.config/nvim/lua/plugins/base.lua similarity index 100% rename from nvim/.config/nvim/lua/plugins/core.lua rename to nvim/.config/nvim/lua/plugins/base.lua