diff --git a/home/programs/nvim/plugins/telescope.lua b/home/programs/nvim/plugins/telescope.lua index c0d07cf..dae7ef7 100644 --- a/home/programs/nvim/plugins/telescope.lua +++ b/home/programs/nvim/plugins/telescope.lua @@ -1,3 +1,7 @@ +if vim.g.goyo_if then + return +end + local builtin = require('telescope.builtin') vim.g.mapleader = "," vim.keymap.set('n', 'ff', builtin.find_files, { desc = 'Telescope find files' })