This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
neovim-config/ftplugin/python.vim

7 lines
106 B
VimL

" Show a visual market at text width 80
setlocal colorcolumn=81
" Auto-wrap lines
setlocal textwidth=80