Skip to content

Commit

Permalink
Add dmacro.nvim plugin with custom key mapping for CursorHold
Browse files Browse the repository at this point in the history
  • Loading branch information
gw31415 committed Apr 1, 2024
1 parent 0789413 commit ae6eb48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dot_config/nvim/dein/tweaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ repo = "hrsh7th/nvim-insx"
on_event = "InsertEnter"
lua_source = "require 'insx.preset.standard'.setup()"

[[plugins]]
repo = "tani/dmacro.nvim"
on_event = "CursorHold"
lua_source = '''
require 'dmacro'.setup {
dmacro_key = '<Right>'
}
'''

[[plugins]]
repo = "cshuaimin/ssr.nvim"
on_lua = "ssr"
Expand Down

0 comments on commit ae6eb48

Please sign in to comment.