diff options
author | pommicket <pommicket@gmail.com> | 2022-12-25 13:35:36 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-25 13:35:36 -0500 |
commit | f67094bce357a76334a717ed669b377d3b93d18e (patch) | |
tree | 6721170920a8d78d31a16a532e1e75c740d377d0 /main.c | |
parent | 1793fa40528295306d1d790074fdd8f382e8bef3 (diff) |
fix various problems from texlab test
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,9 +1,8 @@ /* @TODO: -- in texlab, when typing "\something" why does the autocomplete menu close on 's'? - - is the weird documentation really what we're getting? +- stop typing from completing when there's only one copmletion left - in jdtls, opening an empty java file gives an exception. is this my fault? -- what's wrong with pylsp (try "f.w") in generate.py +- what's wrong with pylsp (try "f.w") in generate.py (might be fixed now) - what's wrong with gopls? - make sure "save as" works - more LSP stuff: |