HASH 770144613051
DATE 2025-01-06
SUBJECT neovim: markdown plugins
FILES 3 CHANGED
HASH 770144613051
DATE 2025-01-06
SUBJECT neovim: markdown plugins
FILES 3 CHANGED
┌─ outputs/pkgs/ook-vim/config/plugins/default.nix ──────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/config/plugins/default.nix b/outputs/pkgs/ook-vi │
│ m/config/plugins/default.nix │
│ index a1a72f6..6c6970f 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/default.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/default.nix │
│ @@ -11,5 +11,6 @@ │
│ ./languages │
│ ./statusline.nix │
│ ./snippets.nix │
│ + ./notes.nix │
│ ]; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...im/config/plugins/default.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/config/plu │
│ gins/default.nix b/outputs/pkgs/ook-vim/conf │
│ ig/plugins/default.nix │
│ index a1a72f6..6c6970f 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/de │
│ fault.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/de │
│ fault.nix │
│ @@ -11,5 +11,6 @@ │
│ ./languages │
│ ./statusline.nix │
│ ./snippets.nix │
│ + ./notes.nix │
│ ]; │
│ } │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/config/plugins/languages/markdown.nix ───────────────┐
│ diff --git a/outputs/pkgs/ook-vim/config/plugins/languages/markdown.nix b/outputs/ │
│ pkgs/ook-vim/config/plugins/languages/markdown.nix │
│ index 79e953e..bc85539 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/languages/markdown.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/languages/markdown.nix │
│ @@ -3,9 +3,14 @@ │
│ languages.markdown = { │
│ enable = true; │
│ format = true; │
│ + extensions = { │
│ + render-markdown-nvim = { │
│ + enable = true; │
│ + }; │
│ + }; │
│ }; │
│ utility = { │
│ - preview.markdownPreview = {enable = true;}; │
│ + preview.markdownPreview = {enable = false;}; │
│ }; │
│ }; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...lugins/languages/markdown.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/config/plu │
│ gins/languages/markdown.nix b/outputs/pkgs/o │
│ ok-vim/config/plugins/languages/markdown.nix │
│ index 79e953e..bc85539 100644 │
│ --- a/outputs/pkgs/ook-vim/config/plugins/la │
│ nguages/markdown.nix │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/la │
│ nguages/markdown.nix │
│ @@ -3,9 +3,14 @@ │
│ languages.markdown = { │
│ enable = true; │
│ format = true; │
│ + extensions = { │
│ + render-markdown-nvim = { │
│ + enable = true; │
│ + }; │
│ + }; │
│ }; │
│ utility = { │
│ - preview.markdownPreview = {enable = t │
│ rue;}; │
│ + preview.markdownPreview = {enable = f │
│ alse;}; │
│ }; │
│ }; │
│ } │
└──────────────────────────────────────────────┘
┌─ outputs/pkgs/ook-vim/config/plugins/notes.nix ────────────────────────────┐
│ diff --git a/outputs/pkgs/ook-vim/config/plugins/notes.nix b/outputs/pkgs/ook-vim/ │
│ config/plugins/notes.nix │
│ new file mode 100644 │
│ index 0000000..5315bca │
│ --- /dev/null │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/notes.nix │
│ @@ -0,0 +1,8 @@ │
│ +{ │
│ + vim.notes = { │
│ + obsidian = { │
│ + enable = true; │
│ + dir = "~/Documents/notes"; │
│ + }; │
│ + }; │
│ +} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...-vim/config/plugins/notes.nix ───┐
│ diff --git a/outputs/pkgs/ook-vim/config/plu │
│ gins/notes.nix b/outputs/pkgs/ook-vim/config │
│ /plugins/notes.nix │
│ new file mode 100644 │
│ index 0000000..5315bca │
│ --- /dev/null │
│ +++ b/outputs/pkgs/ook-vim/config/plugins/no │
│ tes.nix │
│ @@ -0,0 +1,8 @@ │
│ +{ │
│ + vim.notes = { │
│ + obsidian = { │
│ + enable = true; │
│ + dir = "~/Documents/notes"; │
│ + }; │
│ + }; │
│ +} │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET