| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(firefox-debug-adapter): don't apply outdated patch (#135) | William Boman | 2022-07-25 | 2 | -33/+0 |
| | | | | Closes #134. | ||||
| * | feat: add hadolint (#128) | Vu Le Thanh | 2022-07-25 | 3 | -1/+35 |
| | | |||||
| * | feat: add prettierd (#127) | Vu Le Thanh | 2022-07-25 | 4 | -15/+42 |
| | | |||||
| * | feat(linter): add codespell (#125) | Evan | 2022-07-25 | 2 | -0/+12 |
| | | |||||
| * | feat: add flake8 (#123) | Ali Shahid | 2022-07-24 | 3 | -1/+13 |
| | | |||||
| * | stable branch release | William Boman | 2022-07-24 | 10 | -22/+56 |
| | | |||||
| * | feat: add vale (#121) | William Boman | 2022-07-24 | 3 | -3/+53 |
| | | |||||
| * | chore: update generated code (#120) | williambotman[bot] | 2022-07-24 | 2 | -2/+2 |
| | | |||||
| * | chore: update generated code (#119) | williambotman[bot] | 2022-07-23 | 2 | -2/+2 |
| | | |||||
| * | fix: correct package name for vint is vim-vint (#118) | Seth Daniel | 2022-07-23 | 1 | -1/+1 |
| | | |||||
| * | fix: ensure no duplicate languages with different casing (#117) | William Boman | 2022-07-22 | 2 | -1/+11 |
| | | |||||
| * | feat: add luaformatter (#116) | William Boman | 2022-07-22 | 5 | -3/+41 |
| | | | | Co-authored-by: Ali Shahid <canttell@gmail> | ||||
| * | docs: fixup the mason.txt help (#115) | William Boman | 2022-07-22 | 1 | -3/+2 |
| | | |||||
| * | docs: update the setup section (#114) | William Boman | 2022-07-22 | 1 | -3/+9 |
| | | |||||
| * | feat: minimize modules required by .setup(), lazily require functional ↵ | William Boman | 2022-07-22 | 2 | -10/+20 |
| | | | | | modules (#113) | ||||
| * | docs: single quotes for vim-plug (#112) | William Boman | 2022-07-22 | 1 | -1/+1 |
| | | |||||
| * | fix: move checkhealth to mason module (#111) | William Boman | 2022-07-22 | 1 | -0/+0 |
| | | |||||
| * | docs: update setup section (#110) | William Boman | 2022-07-22 | 2 | -3/+7 |
| | | |||||
| * | refactor!: extract mason-lspconfig to separate plugin (#109) | William Boman | 2022-07-22 | 40 | -1559/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The rationale behind this is to make boundaries clearer as mason.nvim has no direct relation with lspconfig per se. Also, hopefully, by having it as a separate package like this would encourage more people to write similar extensions (think mason-dap and mason-null-ls). Ideally such extensions wouldn't be required at all, but there are definitely gaps to fill as of today. From now on you'll need to add `williamboman/mason-lspconfig.nvim` as a plugin if you want to use the `mason-lspconfig` extension: ```lua use { { "williamboman/mason.nvim", branch = "alpha" }, "williamboman/mason-lspconfig.nvim", "neovim/nvim-lspconfig", } ``` ```lua Plug "williamboman/mason.nvim", { 'branch': 'alpha' } Plug "williamboman/mason-lspconfig.nvim" Plug "neovim/nvim-lspconfig" ``` | ||||
| * | feat: add markdownlint linter (#107) | Bao | 2022-07-21 | 3 | -1/+13 |
| | | |||||
| * | fix: remove unused .env() functions (#105) | William Boman | 2022-07-21 | 10 | -66/+0 |
| | | |||||
| * | chore: update generated code (#102) | williambotman[bot] | 2022-07-20 | 2 | -2/+2 |
| | | |||||
| * | refactor(omnisharp)!: separate mono into its own package (#101) | William Boman | 2022-07-20 | 10 | -50/+73 |
| | | |||||
| * | fix(mason-lspconfig): patch some server's cmd on Windows (#100) | William Boman | 2022-07-19 | 10 | -10/+131 |
| | | |||||
| * | chore: update generated code (#99) | williambotman[bot] | 2022-07-19 | 3 | -2/+4 |
| | | | | | | | | | | * chore: update generated code * prepend rtp * stub is_installed Co-authored-by: William Boman <william@redwill.se> | ||||
| * | feat: add isort formatter (#98) | Yi Ming | 2022-07-18 | 3 | -1/+13 |
| | | |||||
| * | chore: update generated code (#96) | williambotman[bot] | 2022-07-18 | 2 | -2/+2 |
| | | |||||
| * | fix(github): update api url for fetching latest git tag | William Boman | 2022-07-18 | 1 | -1/+1 |
| | | |||||
| * | docs: update mason-lspconfig.setup_handlers() docs & add some tests (#94) | William Boman | 2022-07-17 | 3 | -23/+99 |
| | | |||||
| * | feat(ui): bring focus to the installation section when :LspInstall (#91) | William Boman | 2022-07-17 | 1 | -2/+6 |
| | | |||||
| * | feat(ui): bring focus to the installation section when :MasonInstall (#90) | William Boman | 2022-07-17 | 5 | -4/+31 |
| | | |||||
| * | chore: update generated code (#89) | williambotman[bot] | 2022-07-17 | 1 | -1/+1 |
| | | |||||
| * | fix(mason-lspconfig): deduplicate :LspInstall completion items (#88) | William Boman | 2022-07-17 | 4 | -2/+26 |
| | | |||||
| * | fix(jdtls): download milestone versions instead of snapshots (#87) | William Boman | 2022-07-17 | 5 | -54/+12 |
| | | |||||
| * | docs: add reference link to help (#85) | William Boman | 2022-07-16 | 2 | -2/+10 |
| | | |||||
| * | feat(mason-lspconfig): add get_installed_servers() method & add more tests (#84) | William Boman | 2022-07-16 | 8 | -30/+287 |
| | | |||||
| * | docs: updates (#83) | William Boman | 2022-07-16 | 3 | -9/+13 |
| | | |||||
| * | fix(scripts): prepend rtp and packpath (#82) | William Boman | 2022-07-16 | 1 | -2/+2 |
| | | |||||
| * | feat: add djlint (#81) | Ali Shahid | 2022-07-16 | 3 | -2/+27 |
| | | |||||
| * | chore: update generated code (#80) | williambotman[bot] | 2022-07-16 | 1 | -0/+3 |
| | | |||||
| * | docs: update mason-lspconfig (#79) | William Boman | 2022-07-15 | 2 | -12/+42 |
| | | |||||
| * | docs: update reference.md (#78) | William Boman | 2022-07-15 | 1 | -0/+38 |
| | | |||||
| * | docs: add comment header to require("mason-lspconfig").setup_handlers() (#76) | William Boman | 2022-07-15 | 1 | -0/+17 |
| | | |||||
| * | docs: add doc/reference.md for more advanced use cases (#75) | William Boman | 2022-07-15 | 3 | -1/+266 |
| | | |||||
| * | chore: change emmylua annotation syntax from @ to : for comments (#73) | William Boman | 2022-07-14 | 30 | -89/+89 |
| | | |||||
| * | fix(arduino_language_server): fix Windows asset files (#72) | William Boman | 2022-07-13 | 1 | -2/+2 |
| | | |||||
| * | chore: update generated code (#71) | williambotman[bot] | 2022-07-13 | 3 | -3/+3 |
| | | |||||
| * | fix(autogenerate): fix add-paths argument (#70) | William Boman | 2022-07-13 | 1 | -1/+3 |
| | | |||||
| * | tests: add some mason-core.package tests (#69) | William Boman | 2022-07-13 | 3 | -1/+163 |
| | | |||||
| * | refactor(api): change signatures to accept list of packages (#68) | William Boman | 2022-07-13 | 2 | -10/+16 |
| | | |||||
