Initial commit for phosphorous branch

This commit is contained in:
2025-07-29 12:17:29 -04:00
parent caeb108974
commit 82d34571c8
23 changed files with 720 additions and 501 deletions

View File

@@ -3,7 +3,7 @@
keymaps = [
{
action = "<cmd>Telescope find_files<CR>"; # select entire document
key = "!fs";
key = "<F3>";
mode = "n";
}
{
@@ -46,11 +46,6 @@
key = "<F2>";
mode = [ "n" "t" ];
}
{
action = "<cmd>NvimTreeToggle<CR>";
key = "<F3>";
mode = "n";
}
{
action = "<cmd>COQnow<CR>";
key = "!cq";