Skip to content

Commit

Permalink
common(nvim): install own presentation plugin via lazy
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 1defc8e commit 00885a7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 6 additions & 6 deletions home/dev/editors/nvim/nvim/lua/plugins/dev.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
return {
{
dir = "~/developer/present.nvim",
config = function()
require("present")
end,
},
-- {
-- dir = "~/developer/present.nvim",
-- config = function()
-- require("present")
-- end,
-- },
}
6 changes: 6 additions & 0 deletions home/dev/editors/nvim/nvim/lua/plugins/present.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
return {
{
"flokkq/present.nvim",
version = "v0.1.0", -- Or specify a semver like "v0.1.0"
},
}

0 comments on commit 00885a7

Please sign in to comment.