Remove Doxyscan, tagbar is better
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 34s
Some checks failed
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 34s
This commit is contained in:
@@ -12,9 +12,11 @@ return {
|
||||
-- Navigation
|
||||
"preservim/nerdtree",
|
||||
"Xuyuanp/nerdtree-git-plugin",
|
||||
"yannickreiss/nvim-doxyscan",
|
||||
"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" } },
|
||||
"fhill2/telescope-ultisnips.nvim",
|
||||
"preservim/tagbar",
|
||||
|
||||
Reference in New Issue
Block a user