mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
treewide: clean up references to neovim-flake
This commit is contained in:
parent
227f80ac9d
commit
97a64abeff
8 changed files with 38 additions and 19 deletions
|
@ -7,10 +7,12 @@ in {
|
|||
imports =
|
||||
[
|
||||
(mkRemovedOptionModule ["vim" "presence" "presence-nvim"] ''
|
||||
The option vim.presence.presence-nvim has been deprecated in favor of the new neocord module.
|
||||
Options provided by the plugin remain mostly the same, but manual migration is required.
|
||||
The option vim.presence.presence-nvim has been deprecated in favor of the new
|
||||
neocord module. Options provided by the plugin remain mostly the same, but manual
|
||||
migration is required.
|
||||
|
||||
Please see neocord documentation and the neovim-flake options for more info
|
||||
Please see neocord documentation and options page on the **nvf** manual
|
||||
for mor einformation
|
||||
'')
|
||||
]
|
||||
++ (map
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
description = ''
|
||||
List of treesitter grammars to install.
|
||||
|
||||
For languages already supported by neovim-flake, you may
|
||||
For languages already supported by nvf, you may
|
||||
use the {option}`vim.language.<lang>.treesitter` options, which
|
||||
will automatically add the required grammars to this.
|
||||
'';
|
||||
|
@ -39,6 +39,7 @@ in {
|
|||
description = ''
|
||||
Whether to add the default grammars to the list of grammars
|
||||
to install.
|
||||
|
||||
This option is only relevant if treesitter has been enabled.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue