Skip to content

Commit

Permalink
使いまくろうと思うんだけど癖付かない…
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Aug 14, 2024
1 parent aa40a23 commit 1e0ad69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions conf/plug/main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,11 @@ source $VIMDIR/conf/plug/skkeleton.vim
#
#'''

[[plugins]]
repo = 'tani/dmacro.vim'
if = 'has("nvim-0.10") || has("patch-9.1.0597")'
hook_add = '''
inoremap <C-y> <Plug>(dmacro-play-macro)
nnoremap <C-y> <Plug>(dmacro-play-macro)
'''

8 changes: 0 additions & 8 deletions conf/plug/nvim/main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,3 @@ require('neogit').setup {}
[[plugins]]
repo = 'nvim-lua/plenary.nvim'

[[plugins]]
repo = 'tani/dmacro.nvim'
lua_add = '''
require('dmacro').setup {
dmacro_key = '<C-y>',
}
'''

0 comments on commit 1e0ad69

Please sign in to comment.