chore(nvim): Don't use single quote
This commit is contained in:
parent
4c5d2522d5
commit
53b74ff7fc
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ return {
|
||||||
options = {
|
options = {
|
||||||
theme = "tokyonight", -- FIXME: Use my own colourscheme
|
theme = "tokyonight", -- FIXME: Use my own colourscheme
|
||||||
-- theme = "zi",
|
-- theme = "zi",
|
||||||
section_separators = '',
|
section_separators = "",
|
||||||
component_separators = '',
|
component_separators = "",
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = {"mode"},
|
lualine_a = {"mode"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue