Skip to content

Commit

Permalink
refactor(projects): telescope version, lazyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Feb 29, 2024
1 parent 3b1d9a6 commit a7fe33c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
"nvim-notify": { "branch": "master", "commit": "5371f4bfc1f6d3adf4fe9d62cd3a9d44356bfd15" },
"nvim-origami": { "branch": "main", "commit": "8615cdc4c97aaeb8c7723a49f48e9c44d749034a" },
"nvim-treesitter": { "branch": "master", "commit": "4a8901b0d5398b45e075fcdbf9b8fe546349cc14" },
"nvim-treesitter": { "branch": "master", "commit": "4349af8a6e8171d5e313a2e4e33d912745ef5e1e" },
"nvim-treesitter-refactor": { "branch": "master", "commit": "65ad2eca822dfaec2a3603119ec3cc8826a7859e" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "95933e762e28f9d38b572d65e7e4da9d2f4d90cb" },
"nvim-ufo": { "branch": "main", "commit": "239ae620d818ffa1319ca3056546df71906d4bfb" },
Expand Down
3 changes: 2 additions & 1 deletion lua/plugins/project.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ return {
end,
dependencies = {
{ 'nvim-lua/plenary.nvim' },
{ 'nvim-telescope/telescope.nvim', tag = '0.1.0' },
{ 'nvim-telescope/telescope.nvim', tag = '0.1.5' },
{ 'Shatur/neovim-session-manager' },
},
lazy = false,
priority = 100,
keys = {
{ '<C-p>', '<cmd>Telescope neovim-project history<CR>', desc = 'Projects history' },
Expand Down

0 comments on commit a7fe33c

Please sign in to comment.