diff options
author | Yigit Sever | 2019-11-30 13:51:35 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-30 13:51:35 +0300 |
commit | ce279424038977c035becf83541c05d3e652e829 (patch) | |
tree | d343b79e2d784e3bc53c2de3889394a40c0425d4 | |
parent | 22917f009bffe9634d08ee76f0f7d902d746d62a (diff) | |
download | dotfiles-ce279424038977c035becf83541c05d3e652e829.tar.gz dotfiles-ce279424038977c035becf83541c05d3e652e829.tar.bz2 dotfiles-ce279424038977c035becf83541c05d3e652e829.zip |
introduce colour abolish
-rw-r--r-- | .config/nvim/after/plugin/abolish.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/abolish.vim b/.config/nvim/after/plugin/abolish.vim index 1c1e6bc..e313ecb 100644 --- a/.config/nvim/after/plugin/abolish.vim +++ b/.config/nvim/after/plugin/abolish.vim | |||
@@ -5,6 +5,7 @@ Abolish seperat{e,es,ed,ing,ely,ion,ions,or} separat{} | |||
5 | Abolish teh the | 5 | Abolish teh the |
6 | Abolish {,un}nec{ce,ces,e}sar{y,ily} {}nec{es}sar{} | 6 | Abolish {,un}nec{ce,ces,e}sar{y,ily} {}nec{es}sar{} |
7 | Abolish {,ir}releven{ce,cy,t,tly} {}relevan{} | 7 | Abolish {,ir}releven{ce,cy,t,tly} {}relevan{} |
8 | Abolish color colour | ||
8 | 9 | ||
9 | iabbrev <silent> todaylongdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR> | 10 | iabbrev <silent> todaylongdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR> |
10 | iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR> | 11 | iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR> |