mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-10-23 08:17:37 +00:00
Compare commits
No commits in common. "9df9d51fd9fc8f9a8fc377f984ea3b7ae796172d" and "314962bcb4d4da82c53ab343da1b09cffaa68c61" have entirely different histories.
9df9d51fd9
...
314962bcb4
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ The changes are, in no particular order:
|
|||
|
||||
- Add [ocaml-lsp] support
|
||||
|
||||
- Fix `Emac` typo
|
||||
- Fix "Emac" typo
|
||||
|
||||
- Add [new-file-template.nvim] to automatically fill new file contents using
|
||||
templates
|
||||
|
|
|
@ -93,7 +93,7 @@ in {
|
|||
accept = mkOption {
|
||||
type = nullOr str;
|
||||
default = "<M-l>";
|
||||
description = "Accept suggestion";
|
||||
description = "Accept suggetion";
|
||||
};
|
||||
|
||||
acceptWord = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue