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,
})

View file

@ -46,5 +46,6 @@ Plug('nvim-telescope/telescope-project.nvim') -- telescope projects
Plug 'folke/trouble.nvim' -- provides warning/error explanation tab
Plug("iamcco/markdown-preview.nvim", -- markdown preview
{ ["do"] = "cd app && yarn install" })
Plug('preservim/tagbar') -- tags on the right
vim.call("plug#end")