Loading .vim/after/ftplugin/go.vim +1 −0 Original line number Diff line number Diff line setl spell setl tw=92 " Ensure needed tools are installed GoInstallBinaries .vim/after/ftplugin/markdown.vim +1 −1 Original line number Diff line number Diff line setl expandtab setl textwidth=76 setl tw=92 setl spell " Until the double-space at line end issue is resolved Loading .vim/after/ftplugin/python.vim +1 −0 Original line number Diff line number Diff line setl noexpandtab setl sw=4 ts=4 sts=4 setl spell setl tw=92 let b:dispatch = 'python setup.py build' Loading
.vim/after/ftplugin/go.vim +1 −0 Original line number Diff line number Diff line setl spell setl tw=92 " Ensure needed tools are installed GoInstallBinaries
.vim/after/ftplugin/markdown.vim +1 −1 Original line number Diff line number Diff line setl expandtab setl textwidth=76 setl tw=92 setl spell " Until the double-space at line end issue is resolved Loading
.vim/after/ftplugin/python.vim +1 −0 Original line number Diff line number Diff line setl noexpandtab setl sw=4 ts=4 sts=4 setl spell setl tw=92 let b:dispatch = 'python setup.py build'