summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
authorYigit Sever2019-05-01 16:12:53 +0300
committerYigit Sever2019-05-01 16:12:53 +0300
commita41399406733d01b7f9eed4c1f9e815fc1f4c842 (patch)
treec706b3ca5028f23dde18323e5ab05e869dee562d /.config/nvim
parent73fdb6ea1e4ccabb67aa312a8f7850aad1b29466 (diff)
parentc7524de74af4c8ca1844c858eb34b32d251e990e (diff)
downloaddotfiles-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.vim2
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
6Abolish {,un}nec{ce,ces,e}sar{y,ily} {}nec{es}sar{} 6Abolish {,un}nec{ce,ces,e}sar{y,ily} {}nec{es}sar{}
7Abolish {,ir}releven{ce,cy,t,tly} {}relevan{} 7Abolish {,ir}releven{ce,cy,t,tly} {}relevan{}
8 8
9iabbrev <silent> longdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR> 9iabbrev <silent> todaylongdate <C-R>=strftime("%a %b %d %T %Z %Y")<CR>
10iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR> 10iabbrev <silent> todaydatetime <C-R>=strftime("%F %T")<CR>
11iabbrev <silent> todaydate <C-R>=strftime("%F")<CR> 11iabbrev <silent> todaydate <C-R>=strftime("%F")<CR>