30f254f6c3
+ update LICENSE declaration in .config/nvim/after/ftplugin + remove vim.vim filetype settings + change mapping for buffer switch in neovim
10 lines
149 B
VimL
10 lines
149 B
VimL
" python filetype config
|
|
" Licence GPLv3
|
|
|
|
" proper PEP 8 indentation
|
|
set tabstop=4
|
|
set softtabstop=4
|
|
set shiftwidth=4
|
|
set textwidth=79
|
|
set expandtab
|