Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 192 Bytes

Usage

require'lspconfig'.bashls.setup{
    cmd = {"podman", "run", "--rm", "-i", "--workdir", vim.loop.cwd(),  "--pid", "host", "-v", "/home:/home:ro", "bash-language-server"}
}