mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 09:15:57 +01:00
utility/precognition: de-linkify descriptions
This commit is contained in:
parent
cb4500b9c7
commit
0b647a209d
1 changed files with 0 additions and 9 deletions
|
@ -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).
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue