Added clangd_extensions

This commit is contained in:
2022-03-16 23:55:26 +01:00
parent d219e43cc7
commit e3a6774b76
3 changed files with 25 additions and 2 deletions

View File

@@ -109,7 +109,10 @@ return require('packer').startup(function()
use({ 's1n7ax/nvim-terminal' })
use({
'williamboman/nvim-lsp-installer',
requires = { 'neovim/nvim-lspconfig' },
requires = {
'neovim/nvim-lspconfig',
'/p00f/clangd_extensions.nvim',
},
config = get_setup('lspinstall'),
})
use({