AutoYADM commit: 2024-12-16 16:00:04
This commit is contained in:
parent
d8d50676e7
commit
db9c762a6d
2 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@
|
||||||
local spec = {
|
local spec = {
|
||||||
"tadmccorkle/markdown.nvim",
|
"tadmccorkle/markdown.nvim",
|
||||||
ft = "markdown",
|
ft = "markdown",
|
||||||
|
-- cmd = "MDListItemBelow",
|
||||||
|
opts = {},
|
||||||
-- opts = opts,
|
-- opts = opts,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -19,7 +19,7 @@ bindkey "^e" edit-command-line
|
||||||
# compinit
|
# compinit
|
||||||
|
|
||||||
# Set up fzf key bindings and fuzzy completion
|
# Set up fzf key bindings and fuzzy completion
|
||||||
# eval "$(fzf --zsh)"
|
eval "$(fzf --zsh)"
|
||||||
|
|
||||||
# alias ls="eza -lh --git"
|
# alias ls="eza -lh --git"
|
||||||
alias ls="eza --long --git --header --icons"
|
alias ls="eza --long --git --header --icons"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue