typo fixes

This commit is contained in:
2023-10-20 13:36:51 +02:00
parent 01112349a0
commit b66384aeae
2 changed files with 11 additions and 11 deletions

View File

@@ -83,13 +83,13 @@
}
{
plugin = vimPlugins.comment-vim;
plugin = vimPlugins.comment-nvim;
config = toLuaFile ./plugins/comment.lua;
}
{
plugin = vimPlugins.which-key-nvim;
config = toLua ./plugins/whichkey.lua;
config = toLuaFile ./plugins/whichkey.lua;
}
];