vim: Move after/ftplugin to ftplugin
There is no reason why the plugins should be in after/.
This commit is contained in:
8
.config/vim/ftplugin/python.vim
Normal file
8
.config/vim/ftplugin/python.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
" Use 4 spaces for indentation
|
||||
setlocal tabstop=4
|
||||
setlocal shiftwidth=0
|
||||
setlocal expandtab
|
||||
" Delete all 4 spaces when pressing backspace
|
||||
setlocal smarttab
|
||||
" PEP-8 wants 79 as maximum line length
|
||||
setlocal textwidth=79
|
||||
Reference in New Issue
Block a user