diff options
author | Yigit Sever | 2021-10-27 15:26:56 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-27 15:26:56 +0300 |
commit | adb93f97e43702251d48f30972acdd804b0fdef4 (patch) | |
tree | 8c16e37267f2198b1b32d618e7f2ea00dc44f501 /.config/nvim/after/plugin/autocmds.vim | |
parent | b749a0b1e096d9271707a88e769a8089c38f5731 (diff) | |
download | dotfiles-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.vim | 4 |
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 @@ | |||
2 | autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif | 2 | autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif |
3 | 3 | ||
4 | autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80 | 4 | autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80 |
5 | |||
6 | augroup bukugroup | ||
7 | au! BufRead,BufNewFile,BufEnter buku-edit-* set filetype=buku | ||
8 | augroup END | ||