w0rp
826878c41e
Update documentation for floating window borders
2021-03-01 21:38:14 +00:00
Yen3
1d76fd55a1
Add borders for floating windows in Neovim ( #3603 )
...
* Add borders for floating windows in Neovim
* Add docs for floating window border setting
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2021-03-01 21:36:05 +00:00
w0rp
680ba68d81
#3599 - Use ale_root instead of ale_lsp_root
...
The `ale_lsp_root` setting is now deprecated, and `ale_root` should be
used instead. The setting will be used for both setting the root easily
for LSP linters, and for running other linters over whole projects.
2021-03-01 20:51:29 +00:00
w0rp
9fe7b1fe6a
Close #2281 - Separate cwd commands from commands
...
Working directories are now set seperately from the commands so they
can later be swapped out when running linters over projects is
supported, and also better support filename mapping for running linters
on other machines in future.
2021-03-01 20:11:10 +00:00
Antoine Gagné
48fab99a0a
Add support for erlfmt
fixer ( #3602 )
...
* Add support for `erlfmt`
* Add missing entry to table of contents
* Fix warnings
* Add missing tools to supported tools
2021-02-28 22:31:44 +09:00
Jon Parise
90b9597d50
Add a buildifier fixer for Bazel files ( #3499 )
...
This fixer enables buildifier's formatting and "lint fix" modes.
Additional options can be provided via `bazel_buildifier_options`.
It also implements some basic logic for guessing the file's type.
buildifier itself usually does this based on the filenames provided on
the command line, but because we're piping our buffer via stdin, we need
to do this manually.
2021-02-21 21:35:26 +09:00
Risto Stevcev
3ea887d2f4
Added ocamllsp ( #3595 )
...
* Added ocamllsp
* Update ordering in docs to be alphabetical
* Updated expected result in test
2021-02-18 23:51:11 +09:00
David Buchan-Swanson
1ee7f6c97b
add support for prettier-ruby to prettier fixer ( #3593 )
...
it _does_ need an additional plugin, but when it has the plugin, it
works as expected.
2021-02-18 16:33:02 +09:00
Mukund Mauji
b30c5c9b51
Allow clangformat to use a local style file ( #3587 )
...
* Allow clangformat to use a local style file.
* Add tests.
* Fix Vint issue.
* Improve explanation of feature in documentation.
* Fix failing test.
The test was checking the wrong directory.
2021-02-14 23:03:04 +09:00
w0rp
99eb68e6ca
#3362 Disable LSP/tsserver hints/suggestions by default
2021-02-06 18:49:42 +00:00
Horacio Sanson
f9f2ad2765
Merge pull request #3571 from rfwatson/gopls-add-init-options
...
gopls: add go_gopls_init_options
2021-02-06 21:34:19 +09:00
Horacio Sanson
f612805801
Merge pull request #3576 from cyyever/fish_indent
...
Fish indent
2021-02-05 22:58:43 +09:00
Rob Watson
26b92f73b5
gopls: add go_gopls_init_options
2021-02-03 14:49:27 +01:00
w0rp
1457e54528
#3527 - Clarify that popup menus should only be used in GUI Vim
2021-01-31 16:29:22 +00:00
yen3
e5e851fadc
Add linter for haskell-language-server
...
The patch adds a new linter for haskell-language-server (hls). hls is
the integration point of haskell-ide-engine (hie) and ghcide.
2021-01-31 11:43:45 +01:00
Horacio Sanson
64d430438e
Fix 3371 - Add terraform-ls support
2021-01-30 16:09:39 +09:00
w0rp
82c8e3a3a3
Remove last traces of Travis CI
...
* The build status badge is now for GitHub Actions.
* The documentation now mentions GitHub instead.
* Warnings in the YAML file have been fixed or ignored.
2021-01-27 20:11:46 +00:00
Horacio Sanson
c9f4005820
Merge pull request #3425 from pinicarus/custom-dialyzer-options
...
Custom erlang/dialyzer options
2021-01-27 20:24:26 +09:00
Kevin Svetlitski
cab4280d02
Feature: Add support for named-pipe sockets for LSPs ( #3509 )
...
* Add support for using named pipes for lsp 'socket' servers; documentation updated accordingly
* Add tests for connecting to named pipe sockets
2021-01-26 20:43:17 +00:00
Pierre-Nicolas Clauss
105bc55695
refactor(erlang/dialyzer): remove file placeholder from options
...
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
2021-01-23 19:07:26 +01:00
Pierre-Nicolas Clauss
0ac7595fe9
Merge remote-tracking branch 'upstream/master'
...
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
2021-01-23 19:06:59 +01:00
Horacio Sanson
9fd9435cd5
Merge pull request #3556 from jD91mZM2/rnix
...
Add rnix-lsp for Nix diagnostics and completion
2021-01-23 21:50:36 +09:00
jD91mZM2
c1b6628425
Add rnix-lsp for Nix diagnostics and completion
2021-01-23 13:23:14 +01:00
Horacio Sanson
a6dfc611f6
Merge pull request #3424 from maxice8/atools
...
Add support for Alpine Linux APKBUILD
2021-01-23 16:05:26 +09:00
tatsuya
66b3e768db
add spectral support for json
2021-01-23 11:56:10 +09:00
tatsuya
5a47d878fb
add spectral linter for yaml
...
ci
2021-01-23 11:56:10 +09:00
Horacio Sanson
c374736301
Merge pull request #3533 from motato1/master
...
Deno support for LSP and fixer
2021-01-23 11:04:52 +09:00
Mohammed Chelouti
fe666a7a6c
doc: Fix linter issues
2021-01-23 00:43:33 +01:00
Mohammed Chelouti
e16c3b09f7
doc: Add documentation for Deno
2021-01-22 19:06:53 +01:00
Leo
d7ed80346c
Add document for apkbuild filetype
2021-01-22 14:04:26 -03:00
Leo
4f8f2a4a0c
Document new default linters for apkbuild
2021-01-22 14:04:26 -03:00
Leo
df91bc9046
document support for apkbuild-lint and secfixes-check for apkbuild
2021-01-22 14:04:26 -03:00
Bartek thindil Jasicki
1ca780a08a
Merge remote-tracking branch 'upstream/master'
2021-01-22 17:52:01 +01:00
Nelson Yeung
985a5295a9
Fix typos
2021-01-22 16:37:38 +00:00
Nelson Yeung
850c41b2a9
Fix linting errors
2021-01-22 16:37:38 +00:00
Nelson Yeung
847f729cd4
Add dart analysis_server doc
2021-01-22 16:37:38 +00:00
Horacio Sanson
9a1e91e075
Merge pull request #3519 from atsuya/feature/support-vala-lint
...
Add support for Vala-Lint
2021-01-23 01:24:24 +09:00
Charles B Johnson
1991313ee7
xo: update docs
2021-01-22 09:23:54 -06:00
Atsuya Takagi
6b0b8cec79
update doc with snake cased linter name
2021-01-23 00:20:36 +09:00
Atsuya Takagi
33485ffb92
document the variables can be set for the linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
04550717bf
add Vala-Lint as supported linter
2021-01-23 00:08:01 +09:00
Atsuya Takagi
67c3fa9001
add documentation for vala-lint
2021-01-23 00:08:01 +09:00
Horacio Sanson
9bc4b468c2
Fix linter error
2021-01-22 23:51:29 +09:00
Horacio Sanson
4aa11cbc05
Improve documentation
2021-01-22 23:17:38 +09:00
Horacio Sanson
014b00d4d7
Add yamllint and prettier to openapi.
...
This commit enables yamllint and prettier on openapi files.
2021-01-22 23:17:38 +09:00
Horacio Sanson
03eae9e085
Fix 2777 - Add IBM openapi validator
2021-01-22 23:17:38 +09:00
Bartek thindil Jasicki
42bf5ca911
Merge remote-tracking branch 'upstream/master'
2021-01-22 09:45:52 +01:00
Horacio Sanson
7e3d2930d8
Merge pull request #3261 from toastal/dhall
...
Enhanced Dhall fixer support
2021-01-20 21:06:03 +09:00
Horacio Sanson
7b42dd7387
Merge pull request #3475 from benknoble/dafny-include-timeouts
...
dafny: add a timeLimit option and message-parsing
2021-01-20 20:48:53 +09:00
Horacio Sanson
783cf4ab82
Merge pull request #3362 from daliusd/tsserver_hints
...
Show tsserver hints/suggestions in Ale.
2021-01-20 20:40:44 +09:00