From 793aa16a20bcb5f5c10a424050814ec16ccc9d25 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sat, 21 Aug 2021 17:00:03 +0200 Subject: ansiblels: use npm instead of yarn --- lua/nvim-lsp-installer/servers/ansiblels/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/nvim-lsp-installer/servers/ansiblels/init.lua b/lua/nvim-lsp-installer/servers/ansiblels/init.lua index 2b40f084..430d55b8 100644 --- a/lua/nvim-lsp-installer/servers/ansiblels/init.lua +++ b/lua/nvim-lsp-installer/servers/ansiblels/init.lua @@ -9,9 +9,9 @@ return server.Server:new { root_dir = root_dir, installer = shell.raw [[ git clone --depth 1 https://github.com/ansible/ansible-language-server .; - yarn install; - yarn build; - yarn install --production; + npm install; + npm run build; + npm install --production; ]], default_options = { filetypes = { "yaml", "yaml.ansible" }, -- cgit v1.2.3-70-g09d2