Richard Rahl 2024-09-19 23:10:13 +00:00 committed by Git OBS Bridge
parent d04a2f387c
commit 401c1ada19
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,6 @@ Wed Aug 14 21:23:07 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
packages don't need this (and ChangeLog file, as most projects dont use this packages don't need this (and ChangeLog file, as most projects dont use this
file anymore. file anymore.
- revert back to default compiler flags - revert back to default compiler flags
- remove the integration of vimplugins into neovim. If the user wants that
he needs to add it himself he needs to add it himself
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -1,3 +1,6 @@
" In order for neovim to use installed plugins shared with vim
set runtimepath+=/usr/share/vim/site
augroup Fedora augroup Fedora
autocmd! autocmd!
" RPM spec file template " RPM spec file template