disabled telescope for windows machines (it isn't available)

This commit is contained in:
n 2024-08-11 02:08:57 +01:00
parent 71896e05af
commit 147beaf90d

View File

@ -8,6 +8,8 @@ return {
},
config = function()
-- Disable on Windows
if (package.config:sub(1,1) == "\\") then return end
require('telescope').setup({})
local builtin = require('telescope.builtin')