don't think ALE is needed with better LSP support
This commit is contained in:
parent
492d73c929
commit
0002f2e51e
1 changed files with 0 additions and 15 deletions
15
nix/home.nix
15
nix/home.nix
|
|
@ -176,21 +176,6 @@ in
|
||||||
let test#strategy = "neovim"
|
let test#strategy = "neovim"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
{
|
|
||||||
plugin = ale;
|
|
||||||
config = ''
|
|
||||||
let g:ale_fix_on_save = 1
|
|
||||||
let g:ale_elixir_credo_strict = 1
|
|
||||||
let g:ale_fixers = {
|
|
||||||
\ 'javascript': ['prettier'],
|
|
||||||
\ 'javascript.jsx': ['prettier'],
|
|
||||||
\ 'javascriptreact': ['prettier'],
|
|
||||||
\ 'ruby': ['sorbet'],
|
|
||||||
\ 'rust': ['rustfmt'],
|
|
||||||
\}
|
|
||||||
let g:ale_linters_explicit = 1
|
|
||||||
'';
|
|
||||||
}
|
|
||||||
fzf-vim
|
fzf-vim
|
||||||
fzfWrapper
|
fzfWrapper
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue