aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(ui): hoist cursor when switching tab (#178)William Boman2022-07-283-1/+10
|
* chore: update generated code (#177)williambotman[bot]2022-07-281-1/+1
|
* feat: add alex, actionlint (#170)Vu Le Thanh2022-07-274-2/+70
| | | Co-authored-by: William Boman <william@redwill.se>
* fix(stylua): use prebuilt binary instead of building with cargo (#163)kanhaiya382022-07-271-4/+21
| | | Co-authored-by: William Boman <william@redwill.se>
* fix(selene): fix installation (#165)William Boman2022-07-261-1/+1
|
* fix(shellharden): fix installation (#164)Seth Daniel2022-07-261-1/+1
|
* feat: add shellharden (#160)oncomouse2022-07-263-1/+13
|
* feat: add selene (#159)oncomouse2022-07-263-1/+13
|
* feat: add gitlint (#155)Chad Condon2022-07-263-0/+13
|
* chore: update generated code (#157)williambotman[bot]2022-07-262-2/+2
|
* feat: add write-good (#151)aDavid Bernheisel2022-07-253-1/+13
|
* feat: add sqlfluff (#150)David Bernheisel2022-07-253-1/+13
|
* feat: add yamllint (#149)David Bernheisel2022-07-253-1/+13
|
* feat(ui): pass kind=mason.ui.language-filter to vim.ui.select (#145)Munif Tanjim2022-07-251-0/+1
|
* feat: add mypy (#142)Phúc Lê Khắc2022-07-253-1/+13
|
* feat: add sql-formatter (#140)Vu Le Thanh2022-07-254-2/+14
|
* fix: rename cmake-format to cmakelang (#139)William Boman2022-07-254-13/+21
|
* feat: add cmake-format (#138)Wilson Oh2022-07-253-1/+13
|
* fix(firefox-debug-adapter): don't apply outdated patch (#135)William Boman2022-07-252-33/+0
| | | Closes #134.
* feat: add hadolint (#128)Vu Le Thanh2022-07-253-1/+35
|
* feat: add prettierd (#127)Vu Le Thanh2022-07-254-15/+42
|
* feat(linter): add codespell (#125)Evan2022-07-252-0/+12
|
* feat: add flake8 (#123)Ali Shahid2022-07-243-1/+13
|
* stable branch releaseWilliam Boman2022-07-245-7/+45
|
* feat: add vale (#121)William Boman2022-07-243-3/+53
|
* chore: update generated code (#120)williambotman[bot]2022-07-242-2/+2
|
* chore: update generated code (#119)williambotman[bot]2022-07-232-2/+2
|
* fix: correct package name for vint is vim-vint (#118)Seth Daniel2022-07-231-1/+1
|
* fix: ensure no duplicate languages with different casing (#117)William Boman2022-07-221-1/+1
|
* feat: add luaformatter (#116)William Boman2022-07-224-3/+19
| | | Co-authored-by: Ali Shahid <canttell@gmail>
* feat: minimize modules required by .setup(), lazily require functional ↵William Boman2022-07-222-10/+20
| | | | modules (#113)
* fix: move checkhealth to mason module (#111)William Boman2022-07-221-0/+0
|
* refactor!: extract mason-lspconfig to separate plugin (#109)William Boman2022-07-2230-1032/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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)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-199-10/+116
|
* chore: update generated code (#99)williambotman[bot]2022-07-191-1/+1
| | | | | | | | | * chore: update generated code * prepend rtp * stub is_installed Co-authored-by: William Boman <william@redwill.se>
* 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-171-17/+13
|
* 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-173-2/+21
|
* fix(jdtls): download milestone versions instead of snapshots (#87)William Boman2022-07-174-44/+12
|
* 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
|