Remove Doxyscan, tagbar is better
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 34s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 34s
Details
This commit is contained in:
parent
aa1d40613d
commit
10c2b99fb8
|
@ -12,9 +12,11 @@ return {
|
||||||
-- Navigation
|
-- Navigation
|
||||||
"preservim/nerdtree",
|
"preservim/nerdtree",
|
||||||
"Xuyuanp/nerdtree-git-plugin",
|
"Xuyuanp/nerdtree-git-plugin",
|
||||||
"yannickreiss/nvim-doxyscan",
|
|
||||||
"mihaifm/bufstop",
|
"mihaifm/bufstop",
|
||||||
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
|
{
|
||||||
|
"nvim-telescope/telescope-fzf-native.nvim",
|
||||||
|
build = "cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release",
|
||||||
|
},
|
||||||
{ "tzachar/fuzzy.nvim", requires = { "nvim-telescope/telescope-fzf-native.nvim" } },
|
{ "tzachar/fuzzy.nvim", requires = { "nvim-telescope/telescope-fzf-native.nvim" } },
|
||||||
"fhill2/telescope-ultisnips.nvim",
|
"fhill2/telescope-ultisnips.nvim",
|
||||||
"preservim/tagbar",
|
"preservim/tagbar",
|
||||||
|
|
Loading…
Reference in New Issue