🧠 Implement Precognition

- (disabled by default) press 'zk' to toggle on/off
- Shows available vim motions in gutter
This commit is contained in:
2024-07-15 06:51:23 -04:00
parent e497dd3726
commit fde4226473
2 changed files with 11 additions and 5 deletions
+4
View File
@@ -88,4 +88,8 @@ return {
vim.cmd(":set colorcolumn=120")
end,
},
{
"tris203/precognition.nvim",
event = "VeryLazy",
},
}