Revert "Refactor theme and status line into their own file"
This reverts commit cdaa750c86
.
pull/333/head
parent
cdaa750c86
commit
5e4d24cb2f
@ -1,14 +0,0 @@
|
||||
return {
|
||||
-- Set lualine as statusline
|
||||
'nvim-lualine/lualine.nvim',
|
||||
-- See `:help lualine.txt`
|
||||
opts = {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'tokyonight',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -1,10 +0,0 @@
|
||||
return {
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'tokyonight-storm'
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue