Add Telescope installation for Windows.
This commit is contained in:
parent
a9c3f9e5b7
commit
b19f515f18
7
init.lua
7
init.lua
|
@ -157,6 +157,13 @@ require('lazy').setup({
|
||||||
return vim.fn.executable 'make' == 1
|
return vim.fn.executable 'make' == 1
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
-- Telescope installation for Windows only.
|
||||||
|
-- {
|
||||||
|
-- 'nvim-telescope/telescope-fzf-native.nvim',
|
||||||
|
-- build =
|
||||||
|
-- 'cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build --config Release && cmake --install build --prefix build'
|
||||||
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
-- Highlight, edit, and navigate code
|
-- Highlight, edit, and navigate code
|
||||||
|
|
Loading…
Reference in New Issue