utility/precognition: de-linkify descriptions

This commit is contained in:
Nowaaru 2024-11-04 21:14:55 -07:00
parent cb4500b9c7
commit 0b647a209d
No known key found for this signature in database

View file

@ -28,9 +28,6 @@ in {
default = {link = "Comment";}; default = {link = "Comment";};
description = '' description = ''
The highlight for the virtual text. The highlight for the virtual text.
To find more about this option, please see
[the documentation](https://github.com/tris203/precognition.nvim).
''; '';
}; };
@ -38,9 +35,6 @@ in {
default = {}; default = {};
description = '' description = ''
What motions display and at what priority."; What motions display and at what priority.";
To find more about this option, please see
[the documentation](https://github.com/tris203/precognition.nvim).
''; '';
type = attrsOf (submodule { type = attrsOf (submodule {
options = { options = {
@ -63,9 +57,6 @@ in {
// { // {
description = '' description = ''
What motions display and at what priority. Only appears in gutters. What motions display and at what priority. Only appears in gutters.
To find more about this option, please see
[the documentation](https://github.com/tris203/precognition.nvim).
''; '';
}; };