change tokyonight config and remove disabled vim-fugitive

This commit is contained in:
Fábio André Damas 2025-04-01 00:40:50 +01:00
parent e2297e4177
commit ef4148a250
2 changed files with 6 additions and 7 deletions

View file

@ -4,7 +4,10 @@ return {
priority = 1000,
init = function()
require("tokyonight").setup({ transparent = true, dim_inactive = true, lualine_bold = true })
vim.cmd("colo tokyonight-night")
end
require("tokyonight").setup({
transparent = false,
dim_inactive = true,
})
vim.cmd.colorscheme "tokyonight-night"
end,
}

View file

@ -1,4 +0,0 @@
return {}
-- return {
-- "tpope/vim-fugitive"
-- }