Compare commits
2 Commits
678846d378
...
5aed9d6f68
Author | SHA1 | Date | |
---|---|---|---|
5aed9d6f68 | |||
edf0a89c7b |
@ -2,4 +2,24 @@
|
||||
"java.import.gradle.java.home": "/usr/lib/jvm/java-17-openjdk",
|
||||
"java.jdt.ls.java.home": "/usr/lib/jvm/java-17-openjdk",
|
||||
"semanticTokens.enable": true,
|
||||
|
||||
"inlayHint.enable": true,
|
||||
"inlayHint.display": true,
|
||||
"inlayHint.enableParameter": true,
|
||||
|
||||
"languageserver": {
|
||||
"ccls": {
|
||||
"command": "ccls",
|
||||
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
|
||||
"rootPatterns": [".ccls-root", "compile_commands.json"],
|
||||
"initializationOptions": {
|
||||
"cache": {
|
||||
"directory": ".ccls-cache"
|
||||
},
|
||||
"client": {
|
||||
"snippetSupport": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
8
.local/bin/printclip
Executable file
8
.local/bin/printclip
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for (( i=1; i<4; i++ )); do
|
||||
echo $i
|
||||
sleep 1
|
||||
done
|
||||
echo "Go!"
|
||||
xdotool type $(xclip -o)
|
Loading…
x
Reference in New Issue
Block a user