mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(pick): move some leftovers from editor.lua to editor.telescope
This commit is contained in:
parent
8346fa7ddc
commit
022be136ae
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
local have_make = vim.fn.executable("make") == 1
|
||||
local have_cmake = vim.fn.executable("cmake") == 1
|
||||
|
||||
return {
|
||||
|
||||
-- file explorer
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
local have_make = vim.fn.executable("make") == 1
|
||||
local have_cmake = vim.fn.executable("cmake") == 1
|
||||
|
||||
---@type LazyPicker
|
||||
local picker = {
|
||||
name = "telescope",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue