fix: load telescope-ui-select.nvim before telescope.nvim
This commit is contained in:
parent
5e47588666
commit
7cc21ca45d
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue