Skip to content

Commit

Permalink
fix(nvim): use plenary.nvim from github
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Oct 9, 2024
1 parent 8b400d9 commit cf727c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/neovim/files/lua/custom/plugins/editor/plenary.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
return {
"nvim-lua/plenary.nvim",
lazy = false,
dir = "~/personal/plenary.nvim",
-- dir = "~/personal/plenary.nvim",
dev = false,
}

0 comments on commit cf727c3

Please sign in to comment.