SHA256
1
0
forked from pool/neovim
neovim/sysinit.vim
Ronan Chagas 01192d2515 Accepting request 630074 from home:mcepl:work
- Add default system-wide configuration file to /etc/xdg/nvim/sysinit.vim (boo#1098800)
- Add proper location of the default SPEC file templates
- Add some packages needed for more robust builds
  * neovim.patch fix building system
  * neovim-0.1.7-bitop.patch for use external bit module
  * neovim-0.2.0-gcc-prototype.patch fix build issue on ppc64

OBS-URL: https://build.opensuse.org/request/show/630074
OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=35
2018-08-18 15:11:48 +00:00

8 lines
156 B
VimL

augroup Fedora
autocmd!
" RPM spec file template
autocmd BufNewFile *.spec silent! 0read /etc/xdg/nvim/template.spec
augroup END
" vim: et ts=2 sw=2