fish, wezterm: some wezterm cosmetics; nvim: enable shellcheck for bash
This commit is contained in:
parent
d20314a03b
commit
5babd1faee
3 changed files with 7 additions and 3 deletions
|
@ -16,7 +16,7 @@ local function plugins(use)
|
|||
}
|
||||
use {
|
||||
'w0rp/ale',
|
||||
ft = { 'sh', 'zsh', 'lua', 'python' },
|
||||
ft = { 'bash', 'sh', 'zsh', 'lua', 'python' },
|
||||
cmd = 'ALEEnable'
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue