Age | Commit message (Collapse) | Author |
|
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mark `vulture` as file linter
|
|
|
|
|
|
|
|
Providing cquery support for C files
|
|
Fix joker finding .joker file in project root
|
|
Add --working-dir option so joker can find a .joker file in the project root directory.
|
|
fired
|
|
|
|
set marks to add to jump list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Work around hot-reloading issue again
|
|
When dializer isn't a dependency, mix dialyzer recompiles the whole
project because it's not possible to know if this command dialyzer exist
or not until recompilation is done. Then the timestamps of the project
is messed up which results in broken hot-loading. In this case, mix help
dialyzer would return zero which prevents compilation of the whole
project since dialyzer isn't installed, it's help manual doesn't exist.
When dialyzer is a dependency, mix dialyzer would just run the command.
In this case, mix help dialyzer would return 1 which allows mix dialyzer
to run.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Clangd language server support for C
|
|
|
|
|
|
Make drafter linter use stdin instead of writing to tmp file
|
|
Writing to a tmp file is unnecessary as drafter will use stdin if a path
is not provided.
|
|
Add cabal-ghc linter
|
|
|
|
This reverts commit 6c10be8992b9a54e83bab58838c1553d36028c7e.
|
|
|
|
|
|
Add support for Fortran language server by @hansec
|
|
|
|
cabal-ghc calls ghc via cabal exec and so ghc has access to packages
in cabal sandboxes for example
|