telescope.lua ~/.config/nvim/lua/plugins/telescope.lua 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16-- plugins/telescope.lua: if true then return {} else return { 'nvim-telescope/telescope.nvim', tag = '0.1.8', dependencies = { 'nvim-lua/plenary.nvim', { 'nvim-telescope/telescope-fzf-native.nvim', build = 'make' }, }, } end Comments