from packer to lazy
This commit is contained in:
@@ -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 },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user