A more general fzf lazy config
This commit is contained in:
parent
966037b91d
commit
65c82b32f4
|
@ -65,7 +65,7 @@ local plugins = {
|
|||
})
|
||||
end
|
||||
},
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' },
|
||||
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build' },
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||
|
|
Loading…
Reference in New Issue