3 lines
No EOL
195 B
Bash
Executable file
3 lines
No EOL
195 B
Bash
Executable file
#!/bin/sh
|
|
export CFLAGS="-I${PLAN9}/include"
|
|
exec acme-lsp -server '(\.c)|(\.h)|(\.cc)|(\.hh)|(\.cpp)|(\.hpp)$:clangd -log=error --background-index --limit-results=500 --completion-style=bundled' |