From ca246baccac985a1cdcd23ea4798fdac1b433cea Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Thu, 25 Jul 2024 19:55:36 +0200 Subject: [PATCH] neovim: Don't mark all markdown buffers as wiki --- neovim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/default.nix b/neovim/default.nix index 9a577c6..f84ae30 100644 --- a/neovim/default.nix +++ b/neovim/default.nix @@ -85,6 +85,7 @@ ]; globals = { + wiki_global_load = 0; wiki_root = "~/wiki"; neo_tree_remove_legacy_commands = 1; mapleader = " ";