aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-06-02 01:43:18 +0900
committernsfisis <nsfisis@gmail.com>2021-06-02 01:43:18 +0900
commit0e9f252bceb3b920ee93f56cf6642bfb830457a6 (patch)
tree7aafc73dfda0ac48e80076cea4d3c68d28c3cec1
parent8b2d142eff2e725ea3f621589076fefafa1bc39a (diff)
downloaddotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.tar.gz
dotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.tar.zst
dotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.zip
Update .vimrc: remove plugin 'lexima'
-rw-r--r--.vim/my/after/ftplugin/todolist.vim5
-rw-r--r--.vimrc27
2 files changed, 0 insertions, 32 deletions
diff --git a/.vim/my/after/ftplugin/todolist.vim b/.vim/my/after/ftplugin/todolist.vim
index 899c500..1cad707 100644
--- a/.vim/my/after/ftplugin/todolist.vim
+++ b/.vim/my/after/ftplugin/todolist.vim
@@ -16,11 +16,6 @@ FtpluginSetLocal foldmethod=indent
let b:caw_oneline_comment = '//'
-let b:lexima_disabled = 1
-" for lexima
-inoremap <nowait> <buffer> <ESC> <ESC>
-
-
nmap <buffer> ,x <Plug>(todolist-toggle-checkbox)
nmap <buffer> ,X <Plug>(todolist-toggle-checkbox-rec)
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 <Plug>(jplus-input)
-" lexima {{{2
-
-" TODO: work around
-cmap <C-h> <BS>
-imap <C-h> <BS>
-" To make .vimrc reloadable
-let g:lexima_no_default_rules = 1
-call lexima#set_default_rules()
-
-
-" Note: lexima.vim cannot recognizes <CR>, so use <CR> in lexima.vim's
-" configuration.
-
-" For ruby's multiline comment.
-" =begin
-" =end
-call lexima#add_rule({
- \ 'char': '<CR>',
- \ 'at': '\V\^=begin\>\s\*\%#',
- \ 'input_after': '<CR>=end',
- \ 'filetype': 'ruby',
- \ })
-
-
-
" lightline {{{2
let g:lightline = {