aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* feat: minimize modules required by .setup(), lazily require functional module...William Boman2022-07-222-10/+20
* docs: single quotes for vim-plug (#112)William Boman2022-07-221-1/+1
* fix: move checkhealth to mason module (#111)William Boman2022-07-221-0/+0
* docs: update setup section (#110)William Boman2022-07-222-3/+7
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-2240-1559/+3
* feat: add markdownlint linter (#107)Bao2022-07-213-1/+13
* fix: remove unused .env() functions (#105)William Boman2022-07-2110-66/+0
* chore: update generated code (#102)williambotman[bot]2022-07-202-2/+2
* refactor(omnisharp)!: separate mono into its own package (#101)William Boman2022-07-2010-50/+73
* fix(mason-lspconfig): patch some server's cmd on Windows (#100)William Boman2022-07-1910-10/+131
* chore: update generated code (#99)williambotman[bot]2022-07-193-2/+4
* feat: add isort formatter (#98)Yi Ming2022-07-183-1/+13
* chore: update generated code (#96)williambotman[bot]2022-07-182-2/+2
* fix(github): update api url for fetching latest git tagWilliam Boman2022-07-181-1/+1
* docs: update mason-lspconfig.setup_handlers() docs & add some tests (#94)William Boman2022-07-173-23/+99
* feat(ui): bring focus to the installation section when :LspInstall (#91)William Boman2022-07-171-2/+6
* feat(ui): bring focus to the installation section when :MasonInstall (#90)William Boman2022-07-175-4/+31
* chore: update generated code (#89)williambotman[bot]2022-07-171-1/+1
* fix(mason-lspconfig): deduplicate :LspInstall completion items (#88)William Boman2022-07-174-2/+26
* fix(jdtls): download milestone versions instead of snapshots (#87)William Boman2022-07-175-54/+12
* docs: add reference link to help (#85)William Boman2022-07-162-2/+10
* feat(mason-lspconfig): add get_installed_servers() method & add more tests (#84)William Boman2022-07-168-30/+287
* docs: updates (#83)William Boman2022-07-163-9/+13
* fix(scripts): prepend rtp and packpath (#82)William Boman2022-07-161-2/+2
* feat: add djlint (#81)Ali Shahid2022-07-163-2/+27
* chore: update generated code (#80)williambotman[bot]2022-07-161-0/+3
* docs: update mason-lspconfig (#79)William Boman2022-07-152-12/+42
* docs: update reference.md (#78)William Boman2022-07-151-0/+38
* docs: add comment header to require("mason-lspconfig").setup_handlers() (#76)William Boman2022-07-151-0/+17
* docs: add doc/reference.md for more advanced use cases (#75)William Boman2022-07-153-1/+266
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-1430-89/+89
* fix(arduino_language_server): fix Windows asset files (#72)William Boman2022-07-131-2/+2
* chore: update generated code (#71)williambotman[bot]2022-07-133-3/+3
* fix(autogenerate): fix add-paths argument (#70)William Boman2022-07-131-1/+3
* tests: add some mason-core.package tests (#69)William Boman2022-07-133-1/+163
* refactor(api): change signatures to accept list of packages (#68)William Boman2022-07-132-10/+16
* tests: add some InstallHandle tests (#67)William Boman2022-07-135-40/+140
* fix(api): fix the :MasonUninstall command (#66)William Boman2022-07-134-14/+120
* feat: add cspell spell checker (#65)Daryl Ronningen2022-07-122-0/+12
* fix(groovy-language-server): update jar path (#64)William Boman2022-07-131-1/+1
* feat: add more wrapper executables for packages that don't provide one (#63)William Boman2022-07-1318-87/+114
* chore(issue_template): make DEBUG log level request clearer (#62)William Boman2022-07-121-2/+2
* docs: add docs for mason-lspconfig (#61)William Boman2022-07-123-2/+166
* chore!: remove ccls (#59)William Boman2022-07-127-163/+4
* fix(jdtls)!: remove lspconfig settings override (#58)William Boman2022-07-122-111/+0
* fix(jdtls): link jdtls executable (#56)William Boman2022-07-111-2/+22
* fix(async): increase vim.wait time (#55)William Boman2022-07-111-3/+5
* feat(api): run :MasonInstall in blocking fashion if no UIs are attached (#52)William Boman2022-07-113-7/+78
* feat: add pylint, cpplint, prettier (#51)Lvim Tech2022-07-115-15/+68
* feat(ui): segmentize sticky cursor for better UX (#50)William Boman2022-07-111-5/+7