diff --git a/neovim.changes b/neovim.changes index 3ccfb25..7886008 100644 --- a/neovim.changes +++ b/neovim.changes @@ -9,7 +9,6 @@ Wed Aug 14 21:23:07 UTC 2024 - Richard Rahl packages don't need this (and ChangeLog file, as most projects dont use this file anymore. - revert back to default compiler flags -- remove the integration of vimplugins into neovim. If the user wants that he needs to add it himself ------------------------------------------------------------------- diff --git a/sysinit.vim b/sysinit.vim index 66037d3..7d2823e 100644 --- a/sysinit.vim +++ b/sysinit.vim @@ -1,3 +1,6 @@ +" In order for neovim to use installed plugins shared with vim +set runtimepath+=/usr/share/vim/site + augroup Fedora autocmd! " RPM spec file template