summaryrefslogtreecommitdiffstats
path: root/plugin/40-colors.lua
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-29 16:21:27 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-29 16:21:27 +0200
commitbeaf5c7344c5bb978a634caf86750737a753c1b7 (patch)
tree625f7dd59bd7c8f4593f370d3b2fbe1fa746b432 /plugin/40-colors.lua
parent4c8b0576c6984cbc83006fbd0c78064f4895bc60 (diff)
downloadnvim-config-beaf5c7344c5bb978a634caf86750737a753c1b7.tar.gz
nvim-config-beaf5c7344c5bb978a634caf86750737a753c1b7.zip
refactor(nvim): group vim.pack.add() calls
This is to avoid getting many prompts when launching nvim and installing the packages initially.
Diffstat (limited to 'plugin/40-colors.lua')
-rw-r--r--plugin/40-colors.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/40-colors.lua b/plugin/40-colors.lua
index f7abd94..a57ae4e 100644
--- a/plugin/40-colors.lua
+++ b/plugin/40-colors.lua
@@ -1,7 +1,6 @@
--
-- Color scheme, custom highlights & per-window highlight namespaces
--
-vim.pack.add({ "https://github.com/maxmx03/solarized.nvim" }) -- Solarized color scheme
local solarized_colors = {
base03 = "#002b36",