From 0b6bba510dd10f4fc95046ce2a07edfded9d94d8 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 13 Feb 2020 21:11:27 -0800 Subject: [PATCH] rust fixing/langserving --- nix/home.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {