aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* added wgsl_analyzer server (#719)Dmitry Kudryavtsev2022-06-015-1/+35
* refactor(grammarly): use new official package (#720)William Boman2022-06-011-1/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-06-011-1/+1
* refactor(ui): improve autoclose logic and update install dir label (#743)William Boman2022-06-012-4/+18
* chore(health): use vim.health if availableWilliam Boman2022-06-011-1/+1
* fix(julials): improve environment detection and set JULIA_LOAD_PATH (#740)William Boman2022-06-012-20/+59
* run autogen_metadata.luaWilliam Boman (automated)2022-05-312-2/+2
* chore(log): always use "cache" stdpath (#739)William Boman2022-05-301-1/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-05-301-1/+1
* refactor: specify commands independently, not via lspconfig (#737)William Boman2022-05-305-76/+110
* refactor(pip3): use with_paths to set venv path (#736)William Boman2022-05-302-7/+4
* refactor(async): log errors that occur inside a.scope blocks (#735)William Boman2022-05-301-1/+5
* fix(log): fix evaluation of has() resultWilliam Boman2022-05-291-1/+1
* fix(log): check is has nvim-0.8.0 before accessing stdpath("state")William Boman2022-05-291-1/+4
* chore: use stdpath("state") for logsWilliam Boman2022-05-291-1/+1
* feat(luarocks): use luarocks.bat executable if it's available (#731)William Boman2022-05-294-8/+23
* refactor(health): spawn processes via the spawn module (#732)William Boman2022-05-293-52/+58
* feat(ltex): use platform independent dist if java is installed (#730)William Boman2022-05-281-21/+49
* Revert "refactor(solang): don't download llvm (#729)"William Boman2022-05-281-16/+48
* refactor(solang): don't download llvm (#729)William Boman2022-05-281-48/+16
* refactor: use new github.download_release_file function (#728)William Boman2022-05-285-19/+21
* test(luarocks): add more test casesWilliam Boman2022-05-271-0/+1
* feat: add teal_ls (#724)William Boman2022-05-2712-3/+180
* run autogen_metadata.luaWilliam Boman (automated)2022-05-271-1/+1
* fix(spawn): don't check executable when spawning with custom PATH (#721)William Boman2022-05-262-2/+2
* run autogen_metadata.luaWilliam Boman (automated)2022-05-251-1/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-05-253-3/+3
* fix(ui): setlocal undolevels=-1William Boman2022-05-251-0/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-05-241-1/+1
* feat: add setting to disable automatic version check when opening UI window (...William Boman2022-05-232-1/+3
* ui: remove borders & change heading style (#713)William Boman2022-05-232-7/+11
* feat(github): add setting to customize asset download url (#711)William Boman2022-05-212-1/+11
* run autogen_metadata.luaWilliam Boman (automated)2022-05-212-1/+2
* chore(scripts): remove unnecessary awk_ls branchWilliam Boman2022-05-202-2/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-05-201-1/+1
* feat(lspinfo): check that .setup() has been called to consider cmd executable...William Boman2022-05-193-0/+19
* fix(erlangls): follow git tags (#708)William Boman2022-05-194-54/+55
* run autogen_metadata.luaWilliam Boman (automated)2022-05-182-1/+2
* fix(spawn): avoid spawning commands that aren't on PATH (#706)William Boman2022-05-172-5/+32
* fix(omnisharp): remove invalid equality checkWilliam Boman2022-05-171-1/+1
* fix(omnisharp): only use Mono runtime if configured by user (#705)William Boman2022-05-172-5/+23
* run autogen_metadata.luaWilliam Boman (automated)2022-05-171-1/+1
* add mono version of omnisharp (#688)Sassan Haradji2022-05-171-31/+42
* chore(functional): restructure and extend functional modules (#703)William Boman2022-05-1722-372/+505
* run autogen_metadata.luaWilliam Boman (automated)2022-05-161-1/+1
* run autogen_metadata.luaWilliam Boman (automated)2022-05-163-3/+3
* fix(health): don't call vimL function in lua loop callbackWilliam Boman2022-05-141-0/+3
* run autogen_metadata.luaWilliam Boman (automated)2022-05-142-2/+2
* fix(go): target the @latest version when checking if package is outdated (#700)William Boman2022-05-131-4/+3
* fix(github): allow looking for prereleases (#699)William Boman2022-05-133-15/+87