chore(nvim): Don't use single quote

This commit is contained in:
Ahmad Ansori Palembani 2024-04-18 11:19:23 +07:00
parent 4c5d2522d5
commit 53b74ff7fc
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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"},