From db9c762a6d352320ae16c9112bd6f5c6b10096cc Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 16 Dec 2024 16:00:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-16 16:00:04 --- .config/nvim/lua/plugins/markdown.lua | 2 ++ .zshrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/markdown.lua b/.config/nvim/lua/plugins/markdown.lua index 3b3cc61b..0f884129 100644 --- a/.config/nvim/lua/plugins/markdown.lua +++ b/.config/nvim/lua/plugins/markdown.lua @@ -29,6 +29,8 @@ local spec = { "tadmccorkle/markdown.nvim", ft = "markdown", + -- cmd = "MDListItemBelow", + opts = {}, -- opts = opts, } diff --git a/.zshrc b/.zshrc index e3d6f619..00302d9c 100644 --- a/.zshrc +++ b/.zshrc @@ -19,7 +19,7 @@ bindkey "^e" edit-command-line # compinit # Set up fzf key bindings and fuzzy completion -# eval "$(fzf --zsh)" +eval "$(fzf --zsh)" # alias ls="eza -lh --git" alias ls="eza --long --git --header --icons"