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 e94a2ed26b
commit d0d51f9ea6

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