remove telescope version branch + format (#5)
* remove telescope version branch + format * more formatting
This commit is contained in:
parent
2985d98684
commit
14573da6df
|
@ -108,3 +108,4 @@ return { -- Autocompletion
|
|||
}
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
@ -35,3 +35,4 @@ return { -- Collection of various small independent plugins/modules
|
|||
-- Check out: https://github.com/echasnovski/mini.nvim
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
return { -- Fuzzy Finder (files, lsp, etc)
|
||||
'nvim-telescope/telescope.nvim',
|
||||
event = 'VimEnter',
|
||||
branch = '0.1.x',
|
||||
-- branch = '0.1.x',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
{ -- 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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue