Update '2.Vim.lua'

This commit is contained in:
Ste Vaidis 2023-07-24 22:40:40 +03:00
parent 1dc33d7dda
commit d959b198ff

View File

@ -29,6 +29,27 @@ return {
require('lsp_lines').setup()
end,
},
{
'zaldih/themery.nvim',
lazy = false,
config = function()
require("themery").setup({
themes = {
'vim-monokai-tasty',
'nightfox',
'terafox',
'carbonfox',
'PaperColor',
'onedark',
'vscode',
'material',
'notelight',
},
themeConfigFile = "~/.config/nvim/lua/settings/theme.lua", -- Described below
livePreview = true,
})
end,
},
-- themes goes here -----------------------------------
{"folke/tokyonight.nvim", lazy = false,opts = {}},
{'EdenEast/nightfox.nvim', lazy = false},