fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
local M = {}
|
||||
|
||||
M.helpview = "help"
|
||||
M.helpview = 'help'
|
||||
|
||||
return M
|
||||
|
||||
Reference in New Issue
Block a user