Update zsh config to be more minimal

- config is more centrilize in zshrc
- it doesn't depend on oh-my-zsh
This commit is contained in:
Alexander Navarro 2024-02-20 13:18:05 -03:00
parent 3b99ffe395
commit 5dcbc3a0b2
8 changed files with 123 additions and 180 deletions

View file

@ -19,6 +19,7 @@ return {
scss = { { "prettierd", "prettier" } },
html = { "prettierd" },
sh = { "shfmt" },
zsh = { "shfmt" },
markdown = { "markdownlint" },
-- Use the "_" filetype to run formatters on filetypes that don't
-- have other formatters configured.