From dbab9247b6aa1b3a7733a65387bebbffffbf312c Mon Sep 17 00:00:00 2001 From: Daniel Voogsgerd Date: Fri, 15 Nov 2019 23:34:28 +0100 Subject: Add bash language server (#15) --- lua/nvim_lsp.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/nvim_lsp.lua') diff --git a/lua/nvim_lsp.lua b/lua/nvim_lsp.lua index a2305eee..550d56dd 100644 --- a/lua/nvim_lsp.lua +++ b/lua/nvim_lsp.lua @@ -1,4 +1,5 @@ local skeleton = require 'nvim_lsp/skeleton' +require 'nvim_lsp/bash' require 'nvim_lsp/clangd' require 'nvim_lsp/elmls' require 'nvim_lsp/gopls' -- cgit v1.2.3-70-g09d2