[neovim] Add clangd_extensions plugin

This commit is contained in:
Eryn Wells 2023-09-10 15:38:12 -07:00
parent b381ff362d
commit 2aa2c30bef

View file

@ -40,6 +40,7 @@ if has('nvim')
Plug 'hrsh7th/cmp-cmdline'
Plug 'hrsh7th/nvim-cmp'
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'p00f/clangd_extensions.nvim'
endif
call plug#end()