dotfiles/config/linux-dev/nvim/lua/themes/invero/groups/integrations/nvim-tree.lua
Tomas Mirchev 19d8392092 neovim custom invero light-theme (#1)
Reviewed-on: #1
Co-authored-by: Tomas Mirchev <contact@tomastm.com>
Co-committed-by: Tomas Mirchev <contact@tomastm.com>
2025-09-26 03:06:12 +00:00

8 lines
57 B
Lua

local M = {}
function M.get(C)
return {}
end
return M