summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin/autocmds.vim
diff options
context:
space:
mode:
authorYigit Sever2021-10-27 15:26:56 +0300
committerYigit Sever2021-10-27 15:26:56 +0300
commitadb93f97e43702251d48f30972acdd804b0fdef4 (patch)
tree8c16e37267f2198b1b32d618e7f2ea00dc44f501 /.config/nvim/after/plugin/autocmds.vim
parentb749a0b1e096d9271707a88e769a8089c38f5731 (diff)
downloaddotfiles-adb93f97e43702251d48f30972acdd804b0fdef4.tar.gz
dotfiles-adb93f97e43702251d48f30972acdd804b0fdef4.tar.bz2
dotfiles-adb93f97e43702251d48f30972acdd804b0fdef4.zip
nvim: buku omnifunc
Diffstat (limited to '.config/nvim/after/plugin/autocmds.vim')
-rw-r--r--.config/nvim/after/plugin/autocmds.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/autocmds.vim b/.config/nvim/after/plugin/autocmds.vim
index 6b95ad4..b361f7c 100644
--- a/.config/nvim/after/plugin/autocmds.vim
+++ b/.config/nvim/after/plugin/autocmds.vim
@@ -2,3 +2,7 @@
2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif 2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif
3 3
4autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80 4autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80
5
6augroup bukugroup
7 au! BufRead,BufNewFile,BufEnter buku-edit-* set filetype=buku
8augroup END