diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-20 08:48:21 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-20 08:48:21 +0200 |
| commit | 70301470abcc1a96a7c164dbf8901aa6f1e52c12 (patch) | |
| tree | d1f4c4d3562dab74c1b2384399bb86598cfb8ced /.config/nvim/ftplugin/python.lua | |
| parent | f11eff223d021dd9553a7152278c00ca41b7ef37 (diff) | |
Update to colorscheme, ftplugin
Diffstat (limited to '.config/nvim/ftplugin/python.lua')
| -rw-r--r-- | .config/nvim/ftplugin/python.lua | 2 |
1 files changed, 0 insertions, 2 deletions
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 = {}, }, } |