Merge commits till d9dba624a9502b0b172523dad30dc080e4170811 from dev to master

This commit is contained in:
Arkaprabha Chakraborty
2024-03-27 23:52:39 +05:30
parent 63d4076533
commit 8b4bacceb6
25 changed files with 461 additions and 659 deletions

View File

@@ -0,0 +1,7 @@
local ok, nightfox = pcall(require, "nightfox")
if not ok then
return
end
-- setup must be called before loading
vim.cmd("colorscheme carbonfox")