fix: load telescope-ui-select.nvim before telescope.nvim

This commit is contained in:
Youwen Wu 2024-12-05 23:13:14 -08:00
parent 5e47588666
commit 7cc21ca45d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 3 additions and 2 deletions

View file

@ -126,6 +126,9 @@
jsonc
])
))
# for some reason trigger_load still fails to load this in the
# proper order
telescope-ui-select-nvim
];
};
@ -147,7 +150,6 @@
rose-pine
nvim-web-devicons
oil-nvim
telescope-ui-select-nvim
harpoon2
toggleterm-nvim
trouble-nvim

View file

@ -12,7 +12,6 @@ return {
require("plugins.render-markdown"),
require("plugins.toggleterm"),
require("plugins.by-lang.latex"),
{ "telescope-ui-select.nvim" },
{ "vim-wakatime" },
{ "clangd_extensions.nvim" },
{ "vim-sleuth" },