diff --git a/nix/home.nix b/nix/home.nix index 6c7f4d7..028ca67 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -168,6 +168,7 @@ in { \ 'javascriptreact': ['prettier'], \ 'typescriptreact': ['prettier'], \ 'ruby': ['rubocop', 'sorbet'], + \ 'rust': ['rustfmt'], \} " Easymotion @@ -202,6 +203,7 @@ in { \ 'javascript': ['flow', 'lsp'], \ 'javascript.jsx': ['flow', 'lsp'], \ 'javascriptreact': ['flow', 'lsp'], + \ 'rust': ['rustup', 'run', 'stable', 'rls'], \ } let g:LanguageClient_rootMarkers = {