Add Telescope installation for Windows.

This commit is contained in:
tronglt 2023-03-26 17:54:54 +07:00
parent a9c3f9e5b7
commit b19f515f18
1 changed files with 7 additions and 0 deletions

View File

@ -158,6 +158,13 @@ require('lazy').setup({
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
'nvim-treesitter/nvim-treesitter',