removed old comments

This commit is contained in:
Rene Schallner
2021-11-22 00:50:53 +01:00
parent 3ea4030c91
commit 3bcaa73f11

View File

@@ -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