Skip to content

Commit

Permalink
common(nvim): fix apm
Browse files Browse the repository at this point in the history
Signed-off-by: Flokkq <[email protected]>
  • Loading branch information
Flokkq committed Dec 26, 2024
1 parent d2b4e09 commit 688d2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dev/editors/nvim/nvim/lua/plugins/apm.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
"ThePrimeagen/vim-apm",
lazy = true,
lazy = false,
config = function()
local apm = require("vim-apm")
apm:setup({})
Expand Down

0 comments on commit 688d2dd

Please sign in to comment.