mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim/lua/user/utils/telescope.lua: remove unused variables
This commit is contained in:
parent
3f8113c479
commit
f2f77b41cb
1 changed files with 0 additions and 2 deletions
|
|
@ -6,8 +6,6 @@ function M.all_files() require("telescope.builtin").find_files({no_ignore=true,
|
||||||
function M.buffer_view(opts)
|
function M.buffer_view(opts)
|
||||||
local devicons = require("nvim-web-devicons")
|
local devicons = require("nvim-web-devicons")
|
||||||
local entry_display = require("telescope.pickers.entry_display")
|
local entry_display = require("telescope.pickers.entry_display")
|
||||||
local filter = vim.tbl_filter
|
|
||||||
local map = vim.tbl_map
|
|
||||||
|
|
||||||
local defaults = {
|
local defaults = {
|
||||||
indicators = {
|
indicators = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue