Skip to content

Commit

Permalink
fix(nordic-nvim): spec accidentally used load rather than setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 1, 2024
1 parent f2ddc4d commit 14647de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lua/astrocommunity/colorscheme/nordic-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
return {
"AlexvZyl/nordic.nvim",
config = function() require("nordic").load() end,
}
return { "AlexvZyl/nordic.nvim", opts = {} }

0 comments on commit 14647de

Please sign in to comment.