from packer to lazy

This commit is contained in:
2025-12-17 21:32:34 +07:00
parent 40aee7d3ce
commit 3c21e12bf3
38 changed files with 743 additions and 672 deletions

View File

@@ -1,7 +1,9 @@
-- Инициализация плагина
local lush = require('lush')
-- Инициализация ссылки на палитру
local hsl = lush.hsl
-- Тема будет разработана позднее - не до неё сейчас
-- Create Neovim themes with real-time feedback, export anywhere
return {
'rktjmp/lush.nvim',
enabled = true,
lazy = false,
priority = 100,
-- if you wish to use your own colorscheme:
-- { dir = '/absolute/path/to/colorscheme', lazy = true },
}