fix: set mode for all keymaps

This commit is contained in:
Nicolas Goudry 2024-06-08 00:25:04 +02:00
parent 53fdfbb8ba
commit ec180d7365
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
13 changed files with 83 additions and 9 deletions

View file

@ -33,6 +33,7 @@
rootOpts.keymaps = [
{
mode = "n";
key = "<leader>ua";
action.__raw = "function() require('astrocore.toggles').autopairs() end";
options.desc = "Toggle autopairs";