Optimize startup time and make some minor refactorings

This commit is contained in:
Martin Larsson 2024-07-12 23:00:01 +02:00
parent f8faa2f5c1
commit 456fc0da59
23 changed files with 69 additions and 11 deletions

View file

@ -1,13 +1,14 @@
return {
"nvim-telescope/telescope.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
{
"nvim-telescope/telescope-fzf-native.nvim",
build =
"cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build",
}
},
event = "VeryLazy",
lazy = true,
config = function()
require("telescope").setup({
extensions = {