aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-lspconfig
Commit message (Expand)AuthorAgeFilesLines
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-2230-1032/+0
* fix: remove unused .env() functions (#105)William Boman2022-07-212-4/+0
* refactor(omnisharp)!: separate mono into its own package (#101)William Boman2022-07-204-32/+8
* fix(mason-lspconfig): patch some server's cmd on Windows (#100)William Boman2022-07-197-9/+113
* docs: update mason-lspconfig.setup_handlers() docs & add some tests (#94)William Boman2022-07-171-17/+13
* feat(ui): bring focus to the installation section when :LspInstall (#91)William Boman2022-07-171-2/+6
* fix(mason-lspconfig): deduplicate :LspInstall completion items (#88)William Boman2022-07-171-2/+2
* feat(mason-lspconfig): add get_installed_servers() method & add more tests (#84)William Boman2022-07-162-29/+41
* docs: updates (#83)William Boman2022-07-161-1/+1
* docs: add comment header to require("mason-lspconfig").setup_handlers() (#76)William Boman2022-07-151-0/+17
* chore: change emmylua annotation syntax from @ to : for comments (#73)William Boman2022-07-141-1/+1
* feat: add more wrapper executables for packages that don't provide one (#63)William Boman2022-07-1310-80/+17
* fix(jdtls)!: remove lspconfig settings override (#58)William Boman2022-07-122-111/+0
* fix(mason-lspconfig): fix installing by current filetype (#37)William Boman2022-07-081-1/+1
* feat(mason-lspconfig): add :LspInstall and :LspUninstall commands (#35)William Boman2022-07-083-1/+144
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-0820-41/+203
* refactor: move packages to mason-registry (#27)William Boman2022-07-081-7/+6
* fix(mason-lspconfig): fix incorrect require pathWilliam Boman2022-07-071-15/+17
* chore: s/package/pkg/William Boman2022-07-071-2/+2
* style: run styluaWilliam Boman2022-07-072-5/+3
* mason.nvimWilliam Boman2022-07-0727-0/+797