java support
This commit is contained in:
@@ -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 = {},
|
||||
|
||||
@@ -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'}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user