diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,6 +66,6 @@ if get_hostname() ~= "shoggoth" then }, }) - vim.cmd.colorscheme "carbonfox" + vim.cmd.colorscheme "jellybeans-nvim" end -- Load plugins on devices other than RPi |