From 179ce926276e421b46d4da186c3acae03698d2eb Mon Sep 17 00:00:00 2001 From: Iron-E <36409591+Iron-E@users.noreply.github.com> Date: Sat, 10 Jul 2021 12:43:15 -0400 Subject: [PATCH] Add `nvim-cartographer` to Keybindings section (#148) * Add `nvim-cartographer` to Keybindings section I created this plugin to help users create keymaps more easily in Lua, as the `vim.api.nvim_set_keymap` is a tad verbose compared to the nice `:map` syntax we had in VimL. You can see it in action [here](https://gitlab.com/Iron_E/dotfiles/-/blob/master/.config/nvim/lua/init/mappings.lua). * style: add missing period --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18b01b0..d53bec5 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c - [AckslD/nvim-whichkey-setup.lua](https://github.com/AckslD/nvim-whichkey-setup.lua) - Nvim-plugin what wraps vim-which-key to simplify setup in lua. - [folke/which-key.nvim](https://github.com/folke/which-key.nvim) - Neovim plugin that shows a popup with possible keybindings of the command you started typing. +- [Iron-E/nvim-cartographer](https://github.com/Iron-E/nvim-cartographer) - a more convenient `:map`ping syntax for Lua environments. ### Tmux