Skip to content

Commit

Permalink
[vim] only enable telescope at work
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 committed Feb 3, 2025
1 parent f7f7971 commit 283230a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,8 @@ require('lazy').setup({
event = 'VeryLazy',
},
{
-- TODO: remove when nvim 0.12 is released
-- it merges lsp results from different servers
'nvim-telescope/telescope.nvim',
cond = vim.env.WORK ~= nil,
dependencies = { 'nvim-lua/plenary.nvim' },
opts = {
defaults = {
Expand Down

0 comments on commit 283230a

Please sign in to comment.