mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
fix stuff
This commit is contained in:
parent
b836b39941
commit
07b4e3f479
2 changed files with 6 additions and 1 deletions
|
@ -64,6 +64,11 @@ in {
|
||||||
=> $out/spell/en-utf-8.add.spl
|
=> $out/spell/en-utf-8.add.spl
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Note that while adding a new language, you will still need to add the name of
|
||||||
|
the language (e.g. "en") to the {option}`vim.spellcheck.languages` list by name
|
||||||
|
in order to enable spellchecking for the language. By default only `"en"` is in
|
||||||
|
the list.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ in {
|
||||||
# like to append programming to spelllangs as soon as
|
# like to append programming to spelllangs as soon as
|
||||||
# possible while the plugin is enabled and the state
|
# possible while the plugin is enabled and the state
|
||||||
# directory can be found.
|
# directory can be found.
|
||||||
pluginRC.vim-dirtytalk = entryAfter ["basic"] ''
|
pluginRC.vim-dirtytalk = entryAfter ["spellcheck"] ''
|
||||||
-- If Neovim can find (or access) the state directory
|
-- If Neovim can find (or access) the state directory
|
||||||
-- then append "programming" wordlist from vim-dirtytalk
|
-- then append "programming" wordlist from vim-dirtytalk
|
||||||
-- to spelllang table. If path cannot be found, display
|
-- to spelllang table. If path cannot be found, display
|
||||||
|
|
Loading…
Reference in a new issue