Skip to content

Commit

Permalink
feat(neovim): eliminate lualine setup from colorscheme.lua
Browse files Browse the repository at this point in the history
The default theme of lualine in neovim is "auto" which, according to the
documentation, automatically loads the theme associated to the
colourscheme, assuming it exists.
  • Loading branch information
kalocsaibotond committed Apr 28, 2024
1 parent 51e755a commit f1aad7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions home/dot_config/nvim/lua/plugins/colorscheme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@ return {
})
end,
},
{
"nvim-lualine/lualine.nvim",
config = function()
require("lualine").setup({
options = {
theme = "cyberdream",
},
})
end,
},
{
"LazyVim/LazyVim",
opts = {
Expand Down

0 comments on commit f1aad7d

Please sign in to comment.