Skip to content

Commit

Permalink
refactor(nvim): pin nord theme to the last working version
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Apr 22, 2022
1 parent ba51ee7 commit a41ba1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/nvim/lua/plugin/color-scheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ registry.auto('ColorScheme', color_setup)
registry.install {
'arcticicestudio/nord-vim',
priority = 999,
options = {
commit = 'a825678'
},
config = function (plugin)
function setup_colorscheme()
if plugin.installed() and plugin.loaded() then
Expand Down

0 comments on commit a41ba1a

Please sign in to comment.