Skip to content

Commit

Permalink
fixup! [nvim] change how we do a few things w.r.t. buffer-local mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Jan 13, 2022
1 parent 78f02e4 commit 7cb80b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/after/ftplugin/javascript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ setlocal matchpairs-=<:>

let b:runfileprg = 'node -- %'

call dotfiles#utils#undo_ftplugin_hook('setlocal matchpairs< | unlet b:runfileprg')
call dotfiles#utils#undo_ftplugin_hook('setlocal matchpairs< | unlet! b:runfileprg')

0 comments on commit 7cb80b5

Please sign in to comment.