From 841f9625e93485067e93b2996d16aa5efbcfda48 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:33:21 +0200 Subject: [PATCH] Update --- home/programs/nvim/plugins/markdown.nix | 4 ++-- home/programs/nvim/plugins/utils.nix | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/home/programs/nvim/plugins/markdown.nix b/home/programs/nvim/plugins/markdown.nix index 25c639b..fa79402 100644 --- a/home/programs/nvim/plugins/markdown.nix +++ b/home/programs/nvim/plugins/markdown.nix @@ -107,12 +107,12 @@ modes = "n"; }; MkdnTableNextCell = { - key = ""; + key = ""; modes = "i"; }; MkdnTableNextRow = false; MkdnTablePrevCell = { - key = ""; + key = ""; modes = "i"; }; MkdnTablePrevRow = { diff --git a/home/programs/nvim/plugins/utils.nix b/home/programs/nvim/plugins/utils.nix index edc44ab..8f00170 100644 --- a/home/programs/nvim/plugins/utils.nix +++ b/home/programs/nvim/plugins/utils.nix @@ -3,16 +3,14 @@ plugins = { copilot-vim.enable = true; flash.enable = true; - image.enable = true; + # image.enable = true; tmux-navigator.enable = true; comment.enable = true; nvim-autopairs.enable = true; friendly-snippets.enable = true; telescope = { enable = true; - keymaps = { - "fg" = "live_grep"; - }; + keymaps = { "fg" = "live_grep"; }; extensions.fzf-native = { enable = true; }; }; treesitter = {