mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/lean: migrate to mkNeovimPlugin
This commit is contained in:
parent
0e92aaf3f2
commit
c75e4ea37f
3 changed files with 256 additions and 263 deletions
109
plugins/by-name/lean/deprecations.nix
Normal file
109
plugins/by-name/lean/deprecations.nix
Normal file
|
@ -0,0 +1,109 @@
|
|||
{
|
||||
deprecateExtraOptions = true;
|
||||
optionsRenamedToSettings = [
|
||||
"lsp"
|
||||
[
|
||||
"ft"
|
||||
"default"
|
||||
]
|
||||
[
|
||||
"ft"
|
||||
"nomodifiable"
|
||||
]
|
||||
[
|
||||
"abbreviations"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"abbreviations"
|
||||
"extra"
|
||||
]
|
||||
[
|
||||
"abbreviations"
|
||||
"leader"
|
||||
]
|
||||
"mappings"
|
||||
[
|
||||
"infoview"
|
||||
"autoopen"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"autopause"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"width"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"height"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"horizontalPosition"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"separateTab"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"indicators"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"lean3"
|
||||
"showFilter"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"lean3"
|
||||
"mouseEvents"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"showProcessing"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"showNoInfoMessage"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"useWidgets"
|
||||
]
|
||||
[
|
||||
"infoview"
|
||||
"mappings"
|
||||
]
|
||||
[
|
||||
"progressBars"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"progressBars"
|
||||
"priority"
|
||||
]
|
||||
[
|
||||
"stderr"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"stderr"
|
||||
"height"
|
||||
]
|
||||
[
|
||||
"stderr"
|
||||
"onLines"
|
||||
]
|
||||
[
|
||||
"lsp3"
|
||||
"enable"
|
||||
]
|
||||
[
|
||||
"lsp3"
|
||||
"onAttach"
|
||||
]
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue