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 = {
|
||||
theme = "tokyonight", -- FIXME: Use my own colourscheme
|
||||
-- theme = "zi",
|
||||
section_separators = '',
|
||||
component_separators = '',
|
||||
section_separators = "",
|
||||
component_separators = "",
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {"mode"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue