fix stuff

This commit is contained in:
raf 2024-10-30 15:43:17 +03:00
parent b836b39941
commit 07b4e3f479
Signed by: NotAShelf
GPG key ID: AF26552424E53993
2 changed files with 6 additions and 1 deletions

View file

@ -64,6 +64,11 @@ in {
=> $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.
'';
};

View file

@ -17,7 +17,7 @@ in {
# like to append programming to spelllangs as soon as
# possible while the plugin is enabled and the state
# directory can be found.
pluginRC.vim-dirtytalk = entryAfter ["basic"] ''
pluginRC.vim-dirtytalk = entryAfter ["spellcheck"] ''
-- If Neovim can find (or access) the state directory
-- then append "programming" wordlist from vim-dirtytalk
-- to spelllang table. If path cannot be found, display