craftzdog / dotfiles-public

My personal dotfiles
6.35k stars 1.16k forks source link

On load neosolarized, status return nil #54

Closed UgolinOlle closed 2 years ago

UgolinOlle commented 2 years ago

Hello, when i load neosolarized in neosolarized.rc.lua it return a null value and doesn't load theme. Could you help me ?

local satus, n = pcall(require, 'neosolarized')
if (not status) then 
  print(status)
end

n.setup()
craftzdog commented 2 years ago

no user support