disabled telescope for windows machines (it isn't available)
This commit is contained in:
parent
71896e05af
commit
147beaf90d
@ -8,6 +8,8 @@ return {
|
|||||||
},
|
},
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
|
-- Disable on Windows
|
||||||
|
if (package.config:sub(1,1) == "\\") then return end
|
||||||
require('telescope').setup({})
|
require('telescope').setup({})
|
||||||
|
|
||||||
local builtin = require('telescope.builtin')
|
local builtin = require('telescope.builtin')
|
||||||
|
Loading…
Reference in New Issue
Block a user