diff options
author | christianchiarulli <[email protected]> | 2021-07-12 21:11:43 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-12 21:11:43 -0400 |
commit | 2423fcdc904ec1413edaaac1fd8b9c0971f4a869 (patch) | |
tree | 388a51b436b364009dc83e301270657f40d8212a /lua/lv-telescope/init.lua | |
parent | 476f7bb22f1d6d696ad9c2e2cc6e574167aef841 (diff) |
refactor single file
Diffstat (limited to 'lua/lv-telescope/init.lua')
-rw-r--r-- | lua/lv-telescope/init.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lua/lv-telescope/init.lua b/lua/lv-telescope/init.lua deleted file mode 100644 index 50a5951a..00000000 --- a/lua/lv-telescope/init.lua +++ /dev/null @@ -1,6 +0,0 @@ -local status_ok, telescope = pcall(require, "telescope") -if not status_ok then - return -end -telescope.setup(O.plugin.telescope) -vim.api.nvim_set_keymap("n", "<Leader>f", ":Telescope find_files<CR>", { noremap = true, silent = true }) |