mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Refactor plugin configs for safe import
This commit is contained in:
@@ -42,7 +42,7 @@ if colorscheme == "onedark" then
|
||||
})
|
||||
|
||||
-- Load One Dark
|
||||
require("onedark").load()
|
||||
onedark.load()
|
||||
end
|
||||
|
||||
if colorscheme == "catppuccin" then
|
||||
@@ -96,7 +96,7 @@ if colorscheme == "catppuccin" then
|
||||
})
|
||||
|
||||
-- Load Catppuccin
|
||||
require("catppuccin").load()
|
||||
catppuccin.load()
|
||||
end
|
||||
|
||||
if colorscheme == "gruvbox" then
|
||||
@@ -126,5 +126,5 @@ if colorscheme == "gruvbox" then
|
||||
})
|
||||
|
||||
-- Load Gruvbox
|
||||
require("gruvbox").load()
|
||||
gruvbox.load()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user