java support

This commit is contained in:
river
2026-02-11 14:36:43 -06:00
parent 930b5f7190
commit ab96aa95e1
2 changed files with 4 additions and 1 deletions

View File

@@ -172,6 +172,7 @@ return {
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
clangd = {},
jdtls = {},
-- intelephense = {},
-- gopls = {},
-- pyright = {},

View File

@@ -15,5 +15,7 @@ return {
{ "denialofsandwich/sudo.nvim", dependencies = { "MunifTanjim/nui.nvim", },config = true, }, --write restricted files without restart
{'akinsho/toggleterm.nvim', version = "*", config = true}, -- terminal toggling and commands
{'RRethy/base16-nvim'},
{'vyfor/cord.nvim'} --discord rich presence
{ 'nvim-java/nvim-java', config = function() require('java').setup() vim.lsp.enable('jdtls') end, },
{'vyfor/cord.nvim'}, --discord rich presence
{'basola21/PDFview'}
}