fix(pick): move some leftovers from editor.lua to editor.telescope

This commit is contained in:
Iordanis Petkakis 2024-06-13 11:24:14 +03:00
parent 8346fa7ddc
commit 022be136ae
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,3 @@
local have_make = vim.fn.executable("make") == 1
local have_cmake = vim.fn.executable("cmake") == 1
return { return {
-- file explorer -- file explorer

View file

@ -1,3 +1,6 @@
local have_make = vim.fn.executable("make") == 1
local have_cmake = vim.fn.executable("cmake") == 1
---@type LazyPicker ---@type LazyPicker
local picker = { local picker = {
name = "telescope", name = "telescope",