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
Raw Permalink Normal View History

2020-08-08 20:27:01 +02:00
" Show a visual market at text width 80
2020-10-23 09:45:55 +02:00
setlocal colorcolumn=81
2020-08-08 20:27:01 +02:00
" Auto-wrap lines
2020-10-23 09:45:55 +02:00
setlocal textwidth=80
2020-08-08 20:27:01 +02:00