diff options
author | Yigit Sever | 2019-05-01 16:12:53 +0300 |
---|---|---|
committer | Yigit Sever | 2019-05-01 16:12:53 +0300 |
commit | a41399406733d01b7f9eed4c1f9e815fc1f4c842 (patch) | |
tree | c706b3ca5028f23dde18323e5ab05e869dee562d /.config/nvim | |
parent | 73fdb6ea1e4ccabb67aa312a8f7850aad1b29466 (diff) | |
parent | c7524de74af4c8ca1844c858eb34b32d251e990e (diff) | |
download | dotfiles-a41399406733d01b7f9eed4c1f9e815fc1f4c842.tar.gz dotfiles-a41399406733d01b7f9eed4c1f9e815fc1f4c842.tar.bz2 dotfiles-a41399406733d01b7f9eed4c1f9e815fc1f4c842.zip |
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
Diffstat (limited to '.config/nvim')
-rw-r--r-- | .config/nvim/after/plugin/abolish.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/abolish.vim b/.config/nvim/after/plugin/abolish.vim index cfb6233..545ccb3 100644 --- a/.config/nvim/after/plugin/abolish.vim +++ b/.config/nvim/after/plugin/abolish.vim | |||
@@ -6,6 +6,6 @@ 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 | 8 | ||
9 | iabbrev <silent> longdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR> | 9 | iabbrev <silent> todaylongdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR> |
10 | iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR> | 10 | iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR> |
11 | iabbrev <silent> todaydate <C-R>=strftime("%F")<CR> | 11 | iabbrev <silent> todaydate <C-R>=strftime("%F")<CR> |