diff --git a/modules/programs/nvim/new_plugins/other.nix b/modules/programs/nvim/new_plugins/other.nix index 3107253..26433f6 100644 --- a/modules/programs/nvim/new_plugins/other.nix +++ b/modules/programs/nvim/new_plugins/other.nix @@ -19,7 +19,7 @@ in { plugins.todo-comments = { enable = true; - keymaps.todoTelescope.key = "fc"; + keymaps.todoTelescope.key = "ft"; }; } @@ -61,6 +61,7 @@ in { plugins.obsidian.enable = true; plugins.obsidian.settings = { + ui.enable = false; dir = "~/Documents/Nextcloud/Notes/zettelkasten/"; note_id_func.__raw = '' function(title) @@ -86,6 +87,13 @@ in }; performance.combinePlugins.standalonePlugins = [ "mini.nvim" ]; } + { plugins.markdown-preview.enable = true; } + { + plugins.render-markdown = { + enable = true; + settings.latex.enable = false; + }; + } ]; }; }