Skip to content

Commit

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

return apply_shortcut({
"lukoshkin/highlight-whitespace",
"mfussenegger/nvim-jdtls",
{
"catppuccin/nvim",
_user_conf = "colorscheme",
Expand Down
2 changes: 2 additions & 0 deletions home/nvim/lua/plugins/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ 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 c78ea53

Please sign in to comment.