fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
-- If basic statusline is not enabled, return an empty table
|
||||
if vim.g.statusline ~= "basic" then
|
||||
if vim.g.statusline ~= 'basic' then
|
||||
return {}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user