Skip to content

Commit

Permalink
chore: flake update
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Jul 13, 2024
1 parent cc27715 commit a6129aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
./lspkind.nix
./lualine.nix
./luasnip.nix
./markdown.nix
#./markdown.nix
./neo-tree.nix
./telescope.nix
./toggle-term.nix
Expand All @@ -36,3 +36,4 @@
};
};
}

5 changes: 5 additions & 0 deletions config/keymaps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,10 @@
options.silent = true;
action = "<cmd>Telescope buffers<CR>";
}
{
key = "<leader>t";
options.silent = true;
action = "<cmd>ToggleTerm<CR>";
}
];
}

0 comments on commit a6129aa

Please sign in to comment.