change tokyonight config and remove disabled vim-fugitive
This commit is contained in:
parent
e2297e4177
commit
ef4148a250
2 changed files with 6 additions and 7 deletions
|
|
@ -4,7 +4,10 @@ return {
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
|
|
||||||
init = function()
|
init = function()
|
||||||
require("tokyonight").setup({ transparent = true, dim_inactive = true, lualine_bold = true })
|
require("tokyonight").setup({
|
||||||
vim.cmd("colo tokyonight-night")
|
transparent = false,
|
||||||
end
|
dim_inactive = true,
|
||||||
|
})
|
||||||
|
vim.cmd.colorscheme "tokyonight-night"
|
||||||
|
end,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
return {}
|
|
||||||
-- return {
|
|
||||||
-- "tpope/vim-fugitive"
|
|
||||||
-- }
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue