fix: ensure single quotes are used consistently across configuration files
This commit is contained in:
+10
-9
@@ -3,18 +3,19 @@
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ Astral Plugin │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
|
||||
return { -- Astral
|
||||
"rootiest/astral.nvim",
|
||||
version = "*", -- Pin to GitHub releases
|
||||
enabled = require("data.func").check_global_var("use_astral", true, true),
|
||||
'rootiest/astral.nvim',
|
||||
version = '*', -- Pin to GitHub releases
|
||||
enabled = require('data.func').check_global_var('use_astral', true, true),
|
||||
opts = {
|
||||
fallback_themes = {
|
||||
"catppuccin-macchiato",
|
||||
"catppuccin-frappe",
|
||||
"tokyonight",
|
||||
"kanagawa",
|
||||
"monochrome",
|
||||
"default",
|
||||
'catppuccin-macchiato',
|
||||
'catppuccin-frappe',
|
||||
'tokyonight',
|
||||
'kanagawa',
|
||||
'monochrome',
|
||||
'default',
|
||||
},
|
||||
},
|
||||
dev = vim.g.rootiest_dev or false, -- Use local codebase
|
||||
|
||||
Reference in New Issue
Block a user