From 0e9f252bceb3b920ee93f56cf6642bfb830457a6 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 2 Jun 2021 01:43:18 +0900 Subject: Update .vimrc: remove plugin 'lexima' --- .vimrc | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 6d6603b..b27e206 100644 --- a/.vimrc +++ b/.vimrc @@ -454,8 +454,6 @@ Plug 'GutenYe/json5.vim' " K {{{2 " L {{{2 -" Insert parentheses, 'end' and so on. -Plug 'cohama/lexima.vim' " Cool status line. Plug 'itchyny/lightline.vim' " LSP; Language Server Protocol @@ -1346,31 +1344,6 @@ xmap gJ (jplus-input) -" lexima {{{2 - -" TODO: work around -cmap -imap -" To make .vimrc reloadable -let g:lexima_no_default_rules = 1 -call lexima#set_default_rules() - - -" Note: lexima.vim cannot recognizes , so use in lexima.vim's -" configuration. - -" For ruby's multiline comment. -" =begin -" =end -call lexima#add_rule({ - \ 'char': '', - \ 'at': '\V\^=begin\>\s\*\%#', - \ 'input_after': '=end', - \ 'filetype': 'ruby', - \ }) - - - " lightline {{{2 let g:lightline = { -- cgit v1.2.3-70-g09d2