WIP: Switch to NixOS #5
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ local workspace_dir = nvim_local_dir .. '/jdtls-workspaces/' .. project_name
|
||||||
|
|
||||||
require('jdtls').start_or_attach({
|
require('jdtls').start_or_attach({
|
||||||
cmd = {
|
cmd = {
|
||||||
'java', '-Declipse.application=org.eclipse.jdt.ls.core.id1',
|
'/usr/lib/jvm/java-17-openjdk-amd64/bin/java', '-Declipse.application=org.eclipse.jdt.ls.core.id1',
|
||||||
'-Dosgi.bundles.defaultStartLevel=4',
|
'-Dosgi.bundles.defaultStartLevel=4',
|
||||||
'-Declipse.product=org.eclipse.jdt.ls.core.product',
|
'-Declipse.product=org.eclipse.jdt.ls.core.product',
|
||||||
'-Dlog.protocol=true', '-Dlog.level=ALL', '-Xms1g',
|
'-Dlog.protocol=true', '-Dlog.level=ALL', '-Xms1g',
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
|
mergetest = !git switch test && git pull && git merge --no-ff -m \"Merge $1 features to test\" $1
|
||||||
|
upstream = !git push -u origin HEAD
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
pager = no
|
pager = no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue