Files
dotfiles/common/.config/nvim/lsp/shellcheck.lua
Pratik Tripathy 3be53f130a fix(neovim): Blank to default lsp configurations
- Configuration for files under `/lsp` are added
2025-09-01 11:54:16 +05:30

5 lines
102 B
Lua

return {
cmd = { "shellcheck", "--format=json", "-" },
filetypes = { "sh", "bash", "zsh" },
}