135 current 2024-03-02 13:16:19 24.05.20240229.1536926 6.6.18 *
This commit is contained in:
parent
1afde17b9c
commit
3babb53b7f
1 changed files with 14 additions and 11 deletions
|
|
@ -34,17 +34,17 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
plugins.nvim-jdtls = {
|
||||
enable = true;
|
||||
|
||||
cmd = [
|
||||
"${pkgs.jdt-language-server}/bin/jdtls"
|
||||
"-data"
|
||||
"/home/zack/.cache/jdtls/workspace"
|
||||
"-configuration"
|
||||
"/home/zack/.cache/jdtls/config"
|
||||
];
|
||||
};
|
||||
# plugins.nvim-jdtls = {
|
||||
# enable = true;
|
||||
#
|
||||
# cmd = [
|
||||
# "${pkgs.jdt-language-server}/bin/jdtls"
|
||||
# "-data"
|
||||
# "/home/zack/.cache/jdtls/workspace"
|
||||
# "-configuration"
|
||||
# "/home/zack/.cache/jdtls/config"
|
||||
# ];
|
||||
# };
|
||||
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
|
|
@ -96,6 +96,9 @@
|
|||
mappingPresets = ["insert"];
|
||||
mapping = {
|
||||
"<CR>" = "cmp.mapping.confirm({ select = true })";
|
||||
"<C-space>" = "cmp.mapping.complete()";
|
||||
"<C-b>" = "cmp.mapping.scroll_docs(-4)";
|
||||
"<C-f>" = "cmp.mapping.scroll_docs(4)";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue