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 = {