fix: use key file

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-04 17:26:38 +01:00
parent f60237e0c4
commit fb16eec496
3 changed files with 4 additions and 2 deletions

View file

@ -26,6 +26,7 @@ require("mason-lspconfig").setup({
"bashls", -- shell
"ansiblels", -- ansible
"marksman", -- markdown
"asm_lsp", -- assembly
},
automatic_installation = true,
})