nvim: use tokyonight theme

lualine uses `auto` by default, inheriting the global theme.
This commit is contained in:
Benedikt Heine 2026-01-25 05:50:59 +01:00 committed by Felix Buehler
parent b7b95357db
commit f9291a2aaf
5 changed files with 10 additions and 16 deletions

View file

@ -18,9 +18,6 @@ require("lazy").setup({
-- import your plugins
{ import = "plugins" },
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "onedark" } },
-- automatically check for plugin updates
checker = {
enabled = true,

View file

@ -1,6 +1,5 @@
require('lualine').setup {
options = {
icons_enabled = true,
theme = 'onedark'
}
}