♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
This commit is contained in:
+14
-14
@@ -1,20 +1,20 @@
|
||||
--- @module "plugins.astral"
|
||||
--- This module defines the astral plugin spec for the Neovim configuration.
|
||||
-- ╭─────────────────────────────────────────────────────────╮
|
||||
-- │ Astral Plugin │
|
||||
-- ╰─────────────────────────────────────────────────────────╯
|
||||
return {
|
||||
{
|
||||
"rootiest/astral.nvim",
|
||||
version = "*", -- Pin to GitHub releases
|
||||
opts = {
|
||||
fallback_themes = {
|
||||
"catppuccin-macchiato",
|
||||
"catppuccin-frappe",
|
||||
"tokyonight",
|
||||
"kanagawa",
|
||||
"monochrome",
|
||||
"default",
|
||||
},
|
||||
return { -- Astral
|
||||
"rootiest/astral.nvim",
|
||||
version = "*", -- Pin to GitHub releases
|
||||
opts = {
|
||||
fallback_themes = {
|
||||
"catppuccin-macchiato",
|
||||
"catppuccin-frappe",
|
||||
"tokyonight",
|
||||
"kanagawa",
|
||||
"monochrome",
|
||||
"default",
|
||||
},
|
||||
-- dev = true, -- Use local codebase
|
||||
},
|
||||
-- dev = true, -- Use local codebase
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user