nvim: add nixfmt config for ale
This commit is contained in:
@@ -34,7 +34,8 @@ let g:ale_linters = {
|
|||||||
\ 'python': ['pylint'],
|
\ 'python': ['pylint'],
|
||||||
\ 'vim': ['vint'],
|
\ 'vim': ['vint'],
|
||||||
\ 'cpp': ['clang'],
|
\ 'cpp': ['clang'],
|
||||||
\ 'c': ['clang']
|
\ 'c': ['clang'],
|
||||||
|
\ 'nix': ['nixfmt'],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
" ---------- Deoplete ----------
|
" ---------- Deoplete ----------
|
||||||
|
Reference in New Issue
Block a user