Neovim - icons enabled and line theme.
This commit is contained in:
parent
408c9ff01d
commit
cbcae26b17
@ -51,9 +51,9 @@ require("colorizer").setup()
|
||||
require("lualine").setup({
|
||||
options = {
|
||||
component_separators = '',
|
||||
icons_enabled = false,
|
||||
icons_enabled = true,
|
||||
section_separators = '',
|
||||
theme = "powerline",
|
||||
theme = "molokai",
|
||||
},
|
||||
sections = {
|
||||
lualine_a = { "mode" },
|
||||
|
Loading…
Reference in New Issue
Block a user