feat: config update

This commit is contained in:
Alexander Muszynski
2025-02-06 18:08:58 -05:00
parent cd87be9f2d
commit b8c3f439ca
9 changed files with 134 additions and 149 deletions
+2 -20
View File
@@ -4,25 +4,7 @@
-- See the kickstart.nvim README for more information
return {
{
'iamcco/markdown-preview.nvim',
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
build = 'cd app && yarn install',
init = function()
vim.g.mkdp_filetypes = { 'markdown' }
end,
ft = { 'markdown' },
'OXY2DEV/markview.nvim',
lazy = false,
},
{
'navarasu/onedark.nvim',
opts = {
style = 'warm',
transparent = true,
term_colors = true,
},
},
{
'folke/tokyonight.nvim',
},
{ 'catppuccin/nvim', name = 'catppuccin', priority = 1000 },
}