summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-24find build directory in a much better waypommicket
2022-12-23framework for having multiple/configurable LSPspommicket
2022-12-23remove old codepommicket
2022-12-23scroll through completionspommicket
2022-12-23only ask for completions if the server actually supports itpommicket
2022-12-23wait before showing "Loading..." for autocompletepommicket
2022-12-23completion context + don't flash cursor if trigger characterpommicket
2022-12-23Merge branch 'trunk' into lsppommicket
2022-12-23improve unicode_utf8_to_utf32 to handle all types of bad UTF-8pommicket
2022-12-23identifier-trigger-characters settingpommicket
2022-12-23trigger characterspommicket
2022-12-23LSP document_datapommicket
2022-12-23close autocomplete on CMD_UP/insert non-word char/etc.pommicket
2022-12-23show documentation!pommicket
2022-12-22finish up capabilities (for now)pommicket
2022-12-22deprecated support!pommicket
2022-12-22Merge branch 'trunk' into lsppommicket
2022-12-22fix memory bug introduced by "memory bug fix"pommicket
2022-12-22start capabilitiespommicket
2022-12-22even better-looking autocompletepommicket
2022-12-22Merge branch 'trunk' into lsppommicket
2022-12-22don't error on unrecognized color names (in release mode)pommicket
2022-12-22more exciting completion menupommicket
2022-12-22symbol kindpommicket
2022-12-22detail textpommicket
2022-12-22reorganize lsp codepommicket
2022-12-22didClose notification, better completionpommicket
2022-12-22better write_stringpommicket
2022-12-22document IDs instead of documentspommicket
2022-12-22pretty nice completion!pommicket
2022-12-22make sure autocomplete is closed when buffer is switchedpommicket
2022-12-20autocomplete very broken but kinda workingpommicket
2022-12-20more completionpommicket
2022-12-20start completion requestspommicket
2022-12-20working didChangepommicket
2022-12-20Merge branch 'trunk' into lsppommicket
2022-12-20fix potential memory bugpommicket
2022-12-20start didChangepommicket
2022-12-19much better system for writing requestspommicket
2022-12-18a bunch of brekaing changespommicket
2022-12-18working textDocument/didOpenpommicket
2022-12-18mergepommicket
2022-12-13Merge branch 'trunk' into lsppommicket
2022-12-13more future feature ideaspommicket
2022-12-10Merge branch 'trunk' into lsppommicket
2022-12-10fix slight bug in strn_duppommicket
2022-12-10more lsppommicket
2022-12-09real completion parsing!!pommicket
2022-12-09pass by value intead of poitnerpommicket
2022-12-09Merge branch 'trunk' into lsppommicket