mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-10 03:09:48 +01:00
Compare commits
2 commits
200a45ec73
...
ae45cdf92a
Author | SHA1 | Date | |
---|---|---|---|
ae45cdf92a | |||
|
8eb8326bd6 |
2 changed files with 3 additions and 1 deletions
|
@ -47,3 +47,5 @@ Release notes for release 0.7
|
||||||
[jacekpoz](https://github.com/jacekpoz):
|
[jacekpoz](https://github.com/jacekpoz):
|
||||||
|
|
||||||
- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support.
|
- Add [ocaml-lsp](https://github.com/ocaml/ocaml-lsp) support.
|
||||||
|
|
||||||
|
- Fix Emac typo
|
||||||
|
|
|
@ -15,7 +15,7 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
options.vim.notes.orgmode = {
|
options.vim.notes.orgmode = {
|
||||||
enable = mkEnableOption "nvim-orgmode: Neovim plugin for Emac Orgmode. Get the best of both worlds";
|
enable = mkEnableOption "nvim-orgmode: Neovim plugin for Emacs Orgmode. Get the best of both worlds";
|
||||||
|
|
||||||
setupOpts = mkPluginSetupOption "Orgmode" {
|
setupOpts = mkPluginSetupOption "Orgmode" {
|
||||||
org_agenda_files = mkOption {
|
org_agenda_files = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue