diff options
| author | pml68 <contact@pml68.me> | 2024-11-25 00:35:25 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-11-25 00:35:25 +0100 |
| commit | 1fdfe23673e1bb965aa316b116c0e89a4ac7e9d6 (patch) | |
| tree | 28e9046af9aca60c742afa3a04d8f3776f9b011e /lua/pml68/plugins.lua | |
| parent | feat: remove unneeded (and broken) plugins (diff) | |
| download | nvim-1fdfe23673e1bb965aa316b116c0e89a4ac7e9d6.tar.gz | |
feat: add java support
Diffstat (limited to '')
| -rw-r--r-- | lua/pml68/plugins.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/pml68/plugins.lua b/lua/pml68/plugins.lua index 0a7363c..e10c231 100644 --- a/lua/pml68/plugins.lua +++ b/lua/pml68/plugins.lua @@ -176,6 +176,7 @@ local plugins = { "c_sharp", "lua", "kotlin", + "java", "bash", "html", "scss", @@ -249,6 +250,10 @@ local plugins = { { "b0o/schemastore.nvim", }, + -- Java + { + "mfussenegger/nvim-jdtls" + }, --Rust { "rust-lang/rust.vim", |
