Skip to content

Commit

Permalink
Revert "Setup jdtls"
Browse files Browse the repository at this point in the history
This reverts commit c78ea53.
  • Loading branch information
Sigmanificient committed Jul 8, 2024
1 parent 8823665 commit 0eb3a12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion home/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
llvmPackages_latest.clang
nodejs
xclip
jdt-language-server
ecsls-pkg
];
};
Expand Down
1 change: 0 additions & 1 deletion home/nvim/lua/lazy_plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ end

return apply_shortcut({
"lukoshkin/highlight-whitespace",
"mfussenegger/nvim-jdtls",
{
"catppuccin/nvim",
_user_conf = "colorscheme",
Expand Down
2 changes: 0 additions & 2 deletions home/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ lspconfig.lua_ls.setup {
},
}

lspconfig.jdtls.setup({ single_file_support = true; })

lspconfig.nil_ls.setup({})
lspconfig.clangd.setup({
cmd = {
Expand Down

0 comments on commit 0eb3a12

Please sign in to comment.