mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
removed old comments
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
local builtin = require "telescope.builtin"
|
||||
|
||||
local actions = require("telescope.actions") local action_state = require "telescope.actions.state"
|
||||
|
||||
-- declare locals for the nvim api stuff to avoid more lsp warnings
|
||||
local vim = vim
|
||||
|
||||
-- TODO : check if rg exists: vim.fn.executable('rg') - if it isn't, don't set the find_command
|
||||
|
||||
-- ----------------------------------------------------------------------------
|
||||
-- DEFAULT CONFIG
|
||||
|
||||
Reference in New Issue
Block a user