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/json.lua | 1 - .config/nvim/ftplugin/python.lua | 2 -- .config/nvim/ftplugin/sh.lua | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 .config/nvim/ftplugin/sh.lua (limited to '.config/nvim/ftplugin') diff --git a/.config/nvim/ftplugin/json.lua b/.config/nvim/ftplugin/json.lua index 9483cd0..53a6790 100644 --- a/.config/nvim/ftplugin/json.lua +++ b/.config/nvim/ftplugin/json.lua @@ -1,6 +1,5 @@ options.lang.json.formatters = { { exe = "prettier", - args = {}, }, } diff --git a/.config/nvim/ftplugin/python.lua b/.config/nvim/ftplugin/python.lua index 81812fc..2ec643d 100644 --- a/.config/nvim/ftplugin/python.lua +++ b/.config/nvim/ftplugin/python.lua @@ -1,13 +1,11 @@ options.lang.python.formatters = { { exe = "black", - args = {}, }, } options.lang.python.linters = { { exe = "flake8", - args = {}, }, } 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