Skip to content

Commit

Permalink
Doc closing
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Aug 27, 2024
1 parent 84ee58d commit 73b44a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nvim/autoload/user/plugin/lexima.vim
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ call lexima#add_rule({
\ 'filetype': ['ruby', 'ruby.rspec'],
\ })

" Doc
"-----------------------------------------------
call lexima#add_rule({
\ 'char': '/',
\ 'at': '\*\s\%#',
\ 'input': '<BS>/',
\ })

" Commands
"-----------------------------------------------
" Visual selection range '<,'>
Expand Down

0 comments on commit 73b44a8

Please sign in to comment.