Skip to content

Commit

Permalink
feat(neovim): project.nvim tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
astutecat committed May 8, 2023
1 parent d569b20 commit a5f4560
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion private_dot_config/nvim/lua/lazy-plugins/telescope-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ return {
"mix.exs"
},
manual_mode = true,
detection_methods = {
"lsp", "pattern"
}
},
config = function(_, opts)
require("project_nvim").setup(opts)
require("telescope").load_extension('projects')
end,
version = "*"
version = false
},
{
'nvim-telescope/telescope-fzy-native.nvim',
Expand Down

0 comments on commit a5f4560

Please sign in to comment.