diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 19:12:32 +0100 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 19:12:32 +0100 |
| commit | 73a60f5ee71bb60265ec0c97be7531a5e7605d8c (patch) | |
| tree | d46283a3d04285c5a5ead92d5bbb3b1fe424b736 /.config/nvim/ftplugin/python.lua | |
| parent | 19c1942757f07387b95db3ddbc39d9b561d5b51d (diff) | |
Remove bloat nvim config
Diffstat (limited to '.config/nvim/ftplugin/python.lua')
| -rw-r--r-- | .config/nvim/ftplugin/python.lua | 4 |
1 files changed, 0 insertions, 4 deletions
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" } } } |