diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-25 10:29:54 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2025-03-25 10:29:54 +0530 |
commit | 6045eb8bb856112dd11e071116ffff2255a54bed (patch) | |
tree | cf87f1c93ebdf465b230333bd0335343de87270c /init.lua | |
parent | 52e63f012a75762da1e36e8380093b2d8f0b1004 (diff) |
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
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 |