mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
NVim
- Shell script formatting: shellharden made 2nd choice and NOT 2nd formatter - Keymaps organized: more accessible, more consistent TODO - Ideavimrc fix backspace issue - Make the keymaps in sync with NVim
This commit is contained in:
@@ -21,9 +21,9 @@ return {
|
||||
graphql = { { "prettierd", "prettier" } },
|
||||
lua = { "stylua" },
|
||||
python = { "black" },
|
||||
sh = { "shfmt", "shellharden" },
|
||||
bash = { "shfmt", "shellharden" },
|
||||
zsh = { "shfmt", "shellharden" },
|
||||
sh = { { "shfmt", "shellharden" } },
|
||||
bash = { { "shfmt", "shellharden" } },
|
||||
zsh = { { "shfmt", "shellharden" } },
|
||||
["*"] = { "codespell" },
|
||||
["_"] = { "trim_whitespace" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user