Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
Signed-off-by: Ren B <127970608+Ren-B-7@users.noreply.github.com>
  • Loading branch information
Ren-B-7 authored Nov 21, 2024
1 parent 38d3c36 commit 2c63dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ alias svim="NVIM_APPNAME=Simplicity.nvim nvim"
alias tvim="NVIM_APPNAME=tiny.nvim nvim"

# Select the name of the .config file to run as neovim config
# Tiny is neovim with some handy options set, no plugins, no config is nothing
function nvims() {
items=("no-config" "tiny.nvim" "Simplicity.nvim" "Simplexity.nvim" "Complexity.nvim")
config=$(printf "%s\n" "${items[@]}" | fzf --prompt=" Neovim Config  " --height=~50% --layout=reverse --border --exit-0)
Expand Down

0 comments on commit 2c63dce

Please sign in to comment.