mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
chore: linting
This commit is contained in:
@@ -11,6 +11,27 @@ return {
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
'ivuorinen/nvim-shellspec',
|
||||
ft = 'shellspec',
|
||||
config = function()
|
||||
require('shellspec').setup {
|
||||
auto_format = true,
|
||||
indent_size = 2,
|
||||
indent_comments = true,
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
'pablos123/shellcheck.nvim',
|
||||
config = function()
|
||||
require('shellcheck-nvim').setup {
|
||||
shellcheck_options = { '-x' },
|
||||
}
|
||||
end,
|
||||
},
|
||||
|
||||
-- Go development plugin for Vim
|
||||
-- https://github.com/fatih/vim-go
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user