dotfiles/home/private_dot_config/nvim/lua/plugins/language/shell.lua

13 lines
350 B
Lua

return {
require("util").setup_lang({ treesitter = { "bash" }, mason = { "shellcheck" } }),
-- {
-- "nvimtools/none-ls.nvim",
-- opts = function(_, opts)
-- local nls = require("null-ls")
-- opts.sources = vim.list_extend(opts.sources or {}, {
-- nls.builtins.diagnostics.shellcheck,
-- })
-- end,
-- },
}