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