nvim: put hostname in lualine
This commit is contained in:
parent
3343310800
commit
7826d193f6
1 changed files with 2 additions and 0 deletions
|
@ -15,10 +15,12 @@ function M.config()
|
||||||
options = {
|
options = {
|
||||||
globalstatus = true,
|
globalstatus = true,
|
||||||
theme = "onedark",
|
theme = "onedark",
|
||||||
|
-- theme = "wombat",
|
||||||
component_separators = { left = "╲", right = "╱" },
|
component_separators = { left = "╲", right = "╱" },
|
||||||
section_separators = { left = "", right = "" },
|
section_separators = { left = "", right = "" },
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
|
lualine_a = { "hostname" },
|
||||||
lualine_c = {
|
lualine_c = {
|
||||||
{
|
{
|
||||||
"filename",
|
"filename",
|
||||||
|
|
Loading…
Reference in a new issue