From 73a60f5ee71bb60265ec0c97be7531a5e7605d8c Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 13 Jan 2022 19:12:32 +0100 Subject: Remove bloat nvim config --- .config/nvim/ftplugin/python.lua | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .config/nvim/ftplugin/python.lua (limited to '.config/nvim/ftplugin/python.lua') diff --git a/.config/nvim/ftplugin/python.lua b/.config/nvim/ftplugin/python.lua deleted file mode 100644 index a725200..0000000 --- a/.config/nvim/ftplugin/python.lua +++ /dev/null @@ -1,4 +0,0 @@ -local formatters = require "lsp.null-ls.formatters" -local linters = require "lsp.null-ls.linters" -formatters.setup { { exe = "black", filetypes = { "python" } } } -linters.setup { { exe = "flake8", filetypes = { "python" } } } -- cgit v1.2.3-70-g09d2