FS#75173 - Cannot find color scheme 'desert'

Attached to Project: Community Packages
Opened by Martin Savc (martin.savc) - Monday, 27 June 2022, 13:37 GMT
Last edited by David Thurstenson (thurstylark) - Friday, 08 July 2022, 08:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When running nvim-qt some standard and custom configurations fail because neovim-qt cannot find the proper files. An example is setting the color scheme to desert.
These configurations still work as expected in nvim.

The difference seems to be in the setup of variable runtimepath. While nvim has a long list containing all the necessary system wide and user specific paths,
for nvim-qt runtimepath only contains ",/usr/share/nvim-qt/runtime,/usr/share/vim/vimfiles".

Additional info:
* package version 0.2.16.1-2

Steps to reproduce:
Running my nvim-qt fails to configure properly with the message:
Error detected while processing /usr/share/nvim/runtime/syntax/syntax.vim:
line 42:
E216: No such group or event: filetypedetect BufRead
...
This task depends upon

Closed by  David Thurstenson (thurstylark)
Friday, 08 July 2022, 08:20 GMT
Reason for closing:  Fixed
Comment by David Thurstenson (thurstylark) - Friday, 08 July 2022, 01:41 GMT
To clarify your closure request: Is this no longer an issue, or would an edit to the title or description suffice?
Comment by Martin Savc (martin.savc) - Friday, 08 July 2022, 08:17 GMT
It is no longer an issue. It seems an update to the neovim package fix it.

Loading...