added a few plugins

This commit is contained in:
venus
2026-03-09 15:58:24 -05:00
parent ab96aa95e1
commit bbb47d1a93
6 changed files with 114 additions and 11 deletions

View File

@@ -16,6 +16,8 @@ return {
{'akinsho/toggleterm.nvim', version = "*", config = true}, -- terminal toggling and commands
{'RRethy/base16-nvim'},
{ 'nvim-java/nvim-java', config = function() require('java').setup() vim.lsp.enable('jdtls') end, },
{'vyfor/cord.nvim'}, --discord rich presence
{'vyfor/cord.nvim'}, --discord rich presence
{ "catppuccin/nvim", name = "catppuccin", priority = 1000 },
{"smjonas/inc-rename.nvim"},
{'basola21/PDFview'}
}