Nightfox: set()
has been deprecated in favor of load()
This commit is contained in:
parent
e94a2ed26b
commit
d0d51f9ea6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local cmd = vim.cmd
|
|||
------ Appearance ------
|
||||
|
||||
-- Set colorscheme
|
||||
require('nightfox').set()
|
||||
require('nightfox').load()
|
||||
|
||||
-- True colors
|
||||
o.termguicolors = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue