The function r-plugin/functions.vim/FillRLibList() calls syntax enable and it is causing me some problems. At the least, my statusbar loses my specified coloring and my italicized comments (hi Comment cterm=italic) go back to regular font after :syntax enable. I have set both of these in my .vimrc. I'm not sure why this is happening because :help syn-enable says that my color settings should not be lost.
Any tips to fix this? By the way, this is happening both in neovim and regular vim.
The function r-plugin/functions.vim/FillRLibList() calls
syntax enableand it is causing me some problems. At the least, my statusbar loses my specified coloring and my italicized comments (hi Comment cterm=italic) go back to regular font after:syntax enable. I have set both of these in my .vimrc. I'm not sure why this is happening because:help syn-enablesays that my color settings should not be lost.Any tips to fix this? By the way, this is happening both in neovim and regular vim.