all repos — acme @ 232d3e06f6262c5c6e2aa015bfa0b6cae3047555

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

scripts/acls (raw)

1
2
3
#!/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'