From 73b44a84c7ff6c6ca20bd9a4a4caf059dc5996fe Mon Sep 17 00:00:00 2001 From: Yuki Iwanaga Date: Tue, 27 Aug 2024 11:02:10 +0900 Subject: [PATCH] Doc closing --- nvim/autoload/user/plugin/lexima.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nvim/autoload/user/plugin/lexima.vim b/nvim/autoload/user/plugin/lexima.vim index 7d4a66aa..8a66dd57 100644 --- a/nvim/autoload/user/plugin/lexima.vim +++ b/nvim/autoload/user/plugin/lexima.vim @@ -111,6 +111,14 @@ call lexima#add_rule({ \ 'filetype': ['ruby', 'ruby.rspec'], \ }) +" Doc +"----------------------------------------------- +call lexima#add_rule({ + \ 'char': '/', + \ 'at': '\*\s\%#', + \ 'input': '/', +\ }) + " Commands "----------------------------------------------- " Visual selection range '<,'>