fixed unbound variable issue with viconf. TODO: make this script not awful

This commit is contained in:
2024-11-16 17:56:49 -05:00
parent 4d254077ba
commit 11824164b8
2 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,11 @@
{
programs.nixvim = {
keymaps = [
{
action = "gg<S-V>G"; # select entire document
key = "<C-a>";
mode = "n";
}
{
action = "<cmd>ChatGPTEditWithInstructions<CR>";
key = "!egpt";