Skip to content

Commit

Permalink
とりあえず引っこ抜く
Browse files Browse the repository at this point in the history
  • Loading branch information
kuuote committed Oct 15, 2023
1 parent ce2a30b commit 4ea12cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions conf/plug/main.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,24 +59,6 @@ autocmd ModeChanged *:[vV\x16]* call operator#sandwich#set('add', 'char', 'skip_
# }
# '''

[[plugins]]
repo = 'mattn/vim-molder'
lazy = 1
hook_add = '''
function s:molder_init()
if isdirectory(expand('%:p'))
call dpp#source('vim-molder')
call molder#init()
autocmd! vimrc_molder
" 暴発するので勝手に切る
autocmd! _molder_ DirChanged
endif
endfunction
augroup vimrc_molder
autocmd BufEnter * call s:molder_init()
augroup END
'''

[[plugins]]
repo = 'rbtnn/vim-layout'
on_cmd = ['LayoutLoad', 'LayoutSave']
Expand Down
3 changes: 0 additions & 3 deletions ftplugin/molder.vim

This file was deleted.

0 comments on commit 4ea12cc

Please sign in to comment.