Nightfox: set() has been deprecated in favor of load()

This commit is contained in:
Marko Korhonen 2021-08-31 16:41:57 +03:00
parent a061ba3a40
commit 1b1ae24ba1

View file

@ -5,7 +5,7 @@ local cmd = vim.cmd
------ Appearance ------ ------ Appearance ------
-- Set colorscheme -- Set colorscheme
require('nightfox').set() require('nightfox').load()
-- True colors -- True colors
o.termguicolors = true o.termguicolors = true