Nightfox: set()
has been deprecated in favor of load()
This commit is contained in:
parent
a061ba3a40
commit
1b1ae24ba1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue