fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
-- │ No Statusline │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
if vim.g.statusline ~= "none" then
|
||||
if vim.g.statusline ~= 'none' then
|
||||
return {}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user