aboutsummaryrefslogtreecommitdiffhomepage
path: root/.vim/my
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 /.vim/my
parent8b2d142eff2e725ea3f621589076fefafa1bc39a (diff)
downloaddotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.tar.gz
dotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.tar.zst
dotfiles-0e9f252bceb3b920ee93f56cf6642bfb830457a6.zip
Update .vimrc: remove plugin 'lexima'
Diffstat (limited to '.vim/my')
-rw-r--r--.vim/my/after/ftplugin/todolist.vim5
1 files changed, 0 insertions, 5 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)