aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat: add phpcs, phpcbf, phpmd, phpstan and twigcs (#399)Laytan Laats2022-09-127-2/+235
|
* feat: add goimports-reviser (#400)Laytan Laats2022-09-113-1/+19
|
* fix(ui): lower zindex to 45 (#404)William Boman2022-09-111-1/+1
|
* chore: remove unused import (#403)William Boman2022-09-113-3/+0
|
* chore: update generated code (#402)williambotman[bot]2022-09-111-1/+1
|
* feat: add pydocstyle, pyproject-flake8 & rstcheck Python related linters (#398)Dan Sully2022-09-115-1/+40
|
* chore: update generated code (#396)williambotman[bot]2022-09-091-1/+1
|
* chore: bump stylua to 0.14.3 (#395)William Boman2022-09-084-10/+11
|
* chore: update generated code (#394)williambotman[bot]2022-09-081-1/+1
|
* chore: update generated code (#390)williambotman[bot]2022-09-072-2/+2
|
* feat(ui): add more content to help screen (#386)William Boman2022-09-071-6/+22
|
* chore: update generated code (#384)williambotman[bot]2022-09-062-2/+2
|
* feat: add ada-language-server (#380)Pierrick Guillaume2022-09-043-0/+42
|
* feat: add buf-language-server (#362) (#378)Jay Patel2022-09-043-1/+16
|
* chore: update generated code (#379)williambotman[bot]2022-09-043-3/+3
|
* fix(codelldb): don't symlink executable directly (#374)William Boman2022-09-031-4/+11
| | | | | The codelldb executable has a relative dynamic link. Fixes #371.
* fix(EventEmitter): properly deregister handlers, print errors that occur in ↵William Boman2022-09-031-6/+24
| | | | handler (#373)
* fix(fantomas): link correct fantomas binany name (#370)Adelar da Silva Queiróz2022-09-021-1/+1
| | | Bugfix for the fantomas bin name
* chore: update generated code (#368)williambotman[bot]2022-09-021-1/+1
|
* feat: add fantomas F# formatter (#367)Adelar da Silva Queiróz2022-09-023-1/+13
|
* feat: add luau-lsp (#366)William Boman2022-09-013-0/+32
|
* chore: update generated code (#365)williambotman[bot]2022-09-011-1/+1
|
* chore: update generated code (#361)williambotman[bot]2022-08-313-3/+3
|
* chore: update generated code (#358)williambotman[bot]2022-08-301-1/+1
|
* chore: update generated code (#351)williambotman[bot]2022-08-281-1/+1
|
* chore: update generated code (#348)williambotman[bot]2022-08-271-1/+1
|
* feat: add standardrb linter/formatter for Ruby (#344)Matthew Critchlow2022-08-273-1/+13
|
* fix(fetch): use /dev/null logfile for wget (#345)William Boman2022-08-271-0/+2
| | | Closes #332.
* feat: add solhint linter for Solidity code (#342)Ahmed Hashim2022-08-263-1/+13
|
* chore: update generated code (#341)williambotman[bot]2022-08-261-1/+1
|
* feat: add netcoredbg as tool for F# language (#339)Adelar da Silva Queiróz2022-08-252-2/+2
|
* feat: add php-cs-fixer (#340)shura2022-08-253-1/+49
|
* fix(ui): fixes help menu mapping mismatch (#336)36993942022-08-241-1/+1
|
* chore: update generated code (#334)williambotman[bot]2022-08-242-2/+2
|
* chore: update generated code (#333)williambotman[bot]2022-08-231-1/+1
|
* fix(ui): only update visible packages (#331)William Boman2022-08-221-1/+1
|
* chore: update generated code (#330)williambotman[bot]2022-08-221-1/+1
|
* feat: add yamlfmt (#329)JINNOUCHI Yasushi2022-08-223-1/+13
|
* feat: add cbfmt (#327)William Boman2022-08-223-1/+58
|
* fix(ui): use `g?` to toggle help instead of `?` (#326)William Boman2022-08-222-3/+3
| | | | | The `?` keymap has annoyed me personally for a long time. I don't like overriding backwards search, it's far more useful than toggling the help view.
* fix(ui)!: change filetype from "mason.nvim" to "mason" (#317)William Boman2022-08-201-1/+1
| | | | | Dots in 'filetype' are used for composite filetypes. By using `mason.nvim` as filetype, we're effectively assigning to filetypes: `mason` and `nvim`.
* chore: update generated code (#316)williambotman[bot]2022-08-203-3/+3
|
* fix(installer): use /usr/bin/env bash shebang (#315)William Boman2022-08-191-1/+1
| | | Fixes #308.
* test(installer): add spec files for context and linker (#314)William Boman2022-08-191-1/+15
| | | | | | | * feat(installer): don't write exec wrappers for targets that don't exist Just a precaution to avoid writing broken executables. * test(installer): add spec files for context and linker
* chore: update generated code (#311)williambotman[bot]2022-08-181-1/+1
|
* fix(fetch): use correct header syntax for wget (#307)William Boman2022-08-171-1/+1
|
* feat: add yapf (#304)Rolf Strijdhorst2022-08-173-1/+13
|
* chore: update generated code (#305)williambotman[bot]2022-08-171-1/+1
|
* fix(ui): use custom diagnostic config (#303)William Boman2022-08-161-0/+7
| | | Fixes #300.
* chore: update generated code (#301)williambotman[bot]2022-08-161-1/+1
|