all repos — acme @ 8920dc9db29bee5b5c098e50e98b12e5393faa96

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

update readme
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmJB8VoACgkQO3+8IhRO
Y5gdHw//eQ7FuSFMMnsFTVYKpmIlmc+hal6H8cR8L8R8U38iKv9bCcD2Eh5wMrkt
yiEELIM+R4EEQALyFAsw89wUjUeCABUB1U1Cbv4NrVsngxS1J+n6WBFZXy7ezpiX
xizpLnjSyUl4320TmC+Z1uy/po5KnI5z77jMY4dZyzoX8EbCJQNmujC+HOQeCkF8
o/6mIw1vwwnMPnl3ch4IcxagAsGGluwEcMgjhyq9LWDDYzp2vCGMXwJOKNbFTFJI
7rfC17SCyB3dUMVa0aS8i1pV0HYHOc3627VdCTUTV/n+AvmLCl1ndaanGIG4kmND
mSGgYoC0MegHr4S0T8xUEO3IrpAn6Ot0Yz0D8Bgq8tZi6HjSbB4YZhxVanIxCMNo
syC91ramsKbiCigl/8cTcihUvVWvrtAA+mqeI2Jm3Gp35qKELTYxU2MKvdFeehya
JF//3A7lLeg22d7F0UrZ79uRWYwpegjVo/zWcsuL7gnBK71EN84Jo9XD5B7GU3rO
6ZtMwzKDq9JGn53W7AcAdQW8P0aXBtTdvGmKlfBqt79N1c9nzQzXHIF9Z96LYdTg
Zvzi8n45tiFxZYhtzNDH9A/z21U+gcm+FWvnjKfgeRF/Y/+EzqQjzLZMeGfD/9o3
ySMW3/l2TT7EAzAEnaa8JfSOyeODLZjhMdb5gqpEEa5Udqx/u6U=
=HioY
-----END PGP SIGNATURE-----
commit

8920dc9db29bee5b5c098e50e98b12e5393faa96

parent

cbccd0292d1f3c39d166823b5870570f94357564

1 files changed, 7 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -51,8 +51,9 @@

Of particular interest: - `agols`: pass a colon-separated list of workspaces to start `acme-lsp` for go development -- `atsls`: run without arguments to start `acme-lsp` for javascript/typescript development -- `acls`: run without arguments to start `acme-lsp` for C/C++ development +- `atsls`: pass a colon-separated list of workspaces to start `acme-lsp` for javascript/typescript development +- `acls`: pass a colon-separated list of workspaces to start `acme-lsp` for C/C++ development +- `acsls`: pass a colon-separated list of workspaces to start `acme-lsp` for C# development For `acls` to work right with plan9port C stuff you will need to add your `$PLAN9/include` directory to the compile flags in either the project `.clangd` file or your `~/.config/clangd/config.yaml`:

@@ -61,6 +62,8 @@ CompileFlags:

Add: - "-I/usr/lib/plan9/include" ``` + +The C# server doesn't seem to be able to handle metadata yet (eg, going to definitions that are part of the standard library or packages). See also:

@@ -76,3 +79,5 @@ - [lumar](https://github.com/lumar) - looks like they deleted their github repos but I originally pulled my keybinds from there

- [sminez](https://github.com/sminez) - possibly the original source of lumar's keybindings - [karahobny](https://github.com/karahobny) - creator of acme2k, a big inspiration for this project - [aksr](https://github.com/aksr) - source of the missing tag border pixel fix +- [chyvonomys](https://github.com/chyvonomys) - source of a few bugfixes +- [jxy](https://github.com/jxy) - source of the column drag window drift fix