From 70301470abcc1a96a7c164dbf8901aa6f1e52c12 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 20 Oct 2021 08:48:21 +0200 Subject: Update to colorscheme, ftplugin --- .config/nvim/ftplugin/sh.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/nvim/ftplugin/sh.lua (limited to '.config/nvim/ftplugin/sh.lua') diff --git a/.config/nvim/ftplugin/sh.lua b/.config/nvim/ftplugin/sh.lua new file mode 100644 index 0000000..442273a --- /dev/null +++ b/.config/nvim/ftplugin/sh.lua @@ -0,0 +1 @@ +options.lang.sh.linters = { { exe = "shellcheck", args = { "--sverity", "error" } } } -- cgit v1.2.3-70-g09d2