Files
dotfiles/nvim/after/lsp/shellcheck.lua
FaultyBranches 86475a8e8e feat: Removing nvim-lspconfig and starting the removal of Mason, adding
in LSP definitions for servers that are used, adding in a script to
check for LSPs, removing some extraneous items in the tmux conf, moving
autopairs to its own file
2026-08-16 20:19:05 -05:00

5 lines
80 B
Lua

return {
cmd = { 'shellcheck' },
filetypes = { 'zsh', 'bash', 'sh' },
}