nvim/after/plugin/lualine.lua
2023-03-10 06:58:22 -08:00

10 lines
215 B
Lua

-- Set lualine as statusline
-- See `:help lualine.txt`
require('lualine').setup {
options = {
icons_enabled = false,
theme = 'onedark',
component_separators = '|',
section_separators = '',
},
}