fix: use key file
This commit is contained in:
parent
f60237e0c4
commit
fb16eec496
3 changed files with 4 additions and 2 deletions
|
|
@ -26,6 +26,7 @@ require("mason-lspconfig").setup({
|
|||
"bashls", -- shell
|
||||
"ansiblels", -- ansible
|
||||
"marksman", -- markdown
|
||||
"asm_lsp", -- assembly
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue