1 2 3 4 5
vim.lsp.config.bashls = { cmd = { 'bash-language-server', 'start' }, filetypes = { 'bash', 'sh' } } vim.lsp.enable 'bashls'