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:
parent
3b99ffe395
commit
5dcbc3a0b2
8 changed files with 123 additions and 180 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue