nvim: after/ftplugin: python: Set textwidth to 0
Let the formatter decide how to wrap lines.
This commit is contained in:
parent
e51321bf2d
commit
2031d90b49
1 changed files with 1 additions and 0 deletions
1
nvim/.config/nvim/after/ftplugin/python.vim
Normal file
1
nvim/.config/nvim/after/ftplugin/python.vim
Normal file
|
@ -0,0 +1 @@
|
|||
setlocal textwidth=0
|
Loading…
Reference in a new issue