1
0

Add editorconfig

This commit is contained in:
Jeff Lance 2024-03-07 11:02:04 +01:00
parent 3a18fcedb8
commit ad36a5fd95

View File

@ -14,8 +14,6 @@ zmodule input
# #
# Additional completion definitions for Zsh. # Additional completion definitions for Zsh.
zmodule zsh-users/zsh-completions zmodule zsh-users/zsh-completions
# Buku completions modules
zmodule buku
# Enables and configures smart and extensive tab completion. # Enables and configures smart and extensive tab completion.
# completion must be sourced after zsh-users/zsh-completions # completion must be sourced after zsh-users/zsh-completions
zmodule completion zmodule completion
@ -24,8 +22,12 @@ zmodule zsh-users/zsh-autosuggestions
# Productivity # Productivity
# #
# Alacritty completions modules
zmodule alacritty
# Sets up asdf, with auto install and optimized usage of the direnv plugin. # Sets up asdf, with auto install and optimized usage of the direnv plugin.
zmodule asdf zmodule asdf
# Buku completions modules
zmodule buku
# chezmoi # chezmoi
zmodule joke/zim-chezmoi zmodule joke/zim-chezmoi
# Provides handy git aliases and functions. # Provides handy git aliases and functions.