-- Apparently for bashls (bash-language-server), we need >= Node 14, but Debian 11 comes with Node 12: -- https://github.com/bash-lsp/bash-language-server -- Debian 12 should come with Node 18 vim.opt.tabstop = 4 vim.opt.shiftwidth = 4 local linters = require "lvim.lsp.null-ls.linters" linters.setup { { command = "shellcheck" } }