remove telescope version branch + format (#5)

* remove telescope version branch + format

* more formatting
pull/1705/head
peturparkur 1 month ago committed by GitHub
parent 2985d98684
commit 14573da6df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -108,3 +108,4 @@ return { -- Autocompletion
} }
end, end,
} }

@ -35,3 +35,4 @@ return { -- Collection of various small independent plugins/modules
-- Check out: https://github.com/echasnovski/mini.nvim -- Check out: https://github.com/echasnovski/mini.nvim
end, end,
} }

@ -1,14 +1,14 @@
-- NOTE: Plugins can specify dependencies. -- NOTE: Plugins can specify dependencies.
-- --
-- The dependencies are proper plugin specifications as well - anything -- The dependencies are proper plugin specifications as well - anything
-- you do for a plugin at the top level, you can do for a dependency. -- you do for a plugin at the top level, you can do for a dependency.
-- --
-- Use the `dependencies` key to specify the dependencies of a particular plugin -- Use the `dependencies` key to specify the dependencies of a particular plugin
return { -- Fuzzy Finder (files, lsp, etc) return { -- Fuzzy Finder (files, lsp, etc)
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
event = 'VimEnter', event = 'VimEnter',
branch = '0.1.x', -- branch = '0.1.x',
dependencies = { dependencies = {
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
{ -- If encountering errors, see telescope-fzf-native README for installation instructions { -- If encountering errors, see telescope-fzf-native README for installation instructions
@ -109,3 +109,4 @@ return { -- Fuzzy Finder (files, lsp, etc)
end, { desc = '[S]earch [N]eovim files' }) end, { desc = '[S]earch [N]eovim files' })
end, end,
} }

Loading…
Cancel
Save