From d0d51f9ea6126b6d02e4b20fe49b889259003ed1 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 31 Aug 2021 16:41:57 +0300 Subject: [PATCH] Nightfox: `set()` has been deprecated in favor of `load()` --- home/.config/nvim/lua/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/nvim/lua/settings.lua b/home/.config/nvim/lua/settings.lua index 22848b9a..61828d55 100644 --- a/home/.config/nvim/lua/settings.lua +++ b/home/.config/nvim/lua/settings.lua @@ -5,7 +5,7 @@ local cmd = vim.cmd ------ Appearance ------ -- Set colorscheme -require('nightfox').set() +require('nightfox').load() -- True colors o.termguicolors = true