mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-08 04:35:58 +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";};
|
||||
description = ''
|
||||
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 = {};
|
||||
description = ''
|
||||
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 {
|
||||
options = {
|
||||
|
@ -63,9 +57,6 @@ in {
|
|||
// {
|
||||
description = ''
|
||||
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