Nvim: update clangd_extensions with new config format

This commit is contained in:
Robert Kmieć
2023-08-08 10:04:36 +02:00
parent 8e017728d2
commit 0db7f3a9c2
3 changed files with 99 additions and 27 deletions

View File

@@ -3,10 +3,7 @@ return {{
--"vim-test/vim-test",
--"RRethy/vim-illuminate",
{ "ftilde/vim-ugdb", cmd = "UGDBBreakpoint" },
"jubnzv/virtual-types.nvim",
'p00f/clangd_extensions.nvim',
'ray-x/lsp_signature.nvim',
"mrjones2014/nvim-ts-rainbow",
"HiPhish/nvim-ts-rainbow2",
-- }}}
-- }}}
@@ -16,7 +13,6 @@ return {{
"MunifTanjim/nui.nvim",
"nvim-lua/plenary.nvim",
"nvim-lua/popup.nvim",
"stevearc/dressing.nvim",
"wellle/targets.vim",
-- }}}
@@ -30,7 +26,10 @@ return {{
--"vim-pandoc/vim-pandoc",
--"weirongxu/plantuml-previewer.vim", |
"aklt/plantuml-syntax",
"kergoth/vim-bitbake", -- Bitbake templates and syntax
{
"kergoth/vim-bitbake", -- Bitbake templates and syntax
ft = { "bitbake" }
},
-- }}}
-- Other plugins (external tools, etc) {{{
@@ -70,7 +69,6 @@ return {{
--require('lsp_lines').setup()
--"mfussenegger/nvim-dap",
--"nguyenvukhang/nvim-toggler",
--"rgroli/other.nvim", " Currently doesn't support C/C++
--"smolovk/projector.nvim",
"Pocco81/true-zen.nvim",