removed kickstart plugins and started new init.lua
This commit is contained in:
55
plugins/themery.nvim.lua
Normal file
55
plugins/themery.nvim.lua
Normal file
@@ -0,0 +1,55 @@
|
||||
-- Plugin: zaldih/themery.nvim
|
||||
-- Installed via store.nvim
|
||||
|
||||
return {
|
||||
'zaldih/themery.nvim',
|
||||
lazy = false,
|
||||
config = function()
|
||||
require('themery').setup {
|
||||
themes = {
|
||||
'zellner',
|
||||
'zaibatsu',
|
||||
'wildcharm',
|
||||
'vim',
|
||||
'unokai',
|
||||
'torte',
|
||||
'tokyonight-storm',
|
||||
'tokyonight-night',
|
||||
'tokyonight-day',
|
||||
'sorbet',
|
||||
'slate',
|
||||
'shine',
|
||||
'root-loops-old',
|
||||
'root-loops-dark',
|
||||
'root-loops',
|
||||
'ron',
|
||||
'retrobox',
|
||||
'randomhue',
|
||||
'quiet',
|
||||
'peachpuff',
|
||||
'pablo',
|
||||
'murphy',
|
||||
'morning',
|
||||
'miniwinter',
|
||||
'minisummer',
|
||||
'minispring',
|
||||
'minischeme',
|
||||
'minicyan',
|
||||
'miniautumn',
|
||||
'lunaperche',
|
||||
'koehler',
|
||||
'industry',
|
||||
'habamax',
|
||||
'evening',
|
||||
'elflord',
|
||||
'desert',
|
||||
'delek',
|
||||
'default',
|
||||
'darkblue',
|
||||
'blue',
|
||||
'tokyonight-moon',
|
||||
},
|
||||
livePreview = true,
|
||||
}
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user