Skip to content

Commit

Permalink
feat: add precognition
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 committed Jun 18, 2024
1 parent e1c7242 commit fa9d9ae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/nvim/lua/plugins/precognition.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
return {
"tris203/precognition.nvim",
event = "VeryLazy",
keys = {
{
"<leader>tp",
function()
require("precognition").toggle()
end,
desc = "Toggle precognition",
},
},
}

0 comments on commit fa9d9ae

Please sign in to comment.