diff options
-rw-r--r-- | vim/vim.symlink/after/ftplugin/jade.vim | 2 | ||||
-rw-r--r-- | vim/vim.symlink/after/ftplugin/python.vim | 1 | ||||
-rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 2 | ||||
-rw-r--r-- | vim/vimrc.symlink | 3 |
4 files changed, 4 insertions, 4 deletions
diff --git a/vim/vim.symlink/after/ftplugin/jade.vim b/vim/vim.symlink/after/ftplugin/jade.vim index f6984cb..4cf3421 100644 --- a/vim/vim.symlink/after/ftplugin/jade.vim +++ b/vim/vim.symlink/after/ftplugin/jade.vim @@ -1,2 +1,2 @@ -set tabstop=2 shiftwidth=2 expandtab +set tabstop=2 shiftwidth=2 diff --git a/vim/vim.symlink/after/ftplugin/python.vim b/vim/vim.symlink/after/ftplugin/python.vim index 79df5d2..ccecda1 100644 --- a/vim/vim.symlink/after/ftplugin/python.vim +++ b/vim/vim.symlink/after/ftplugin/python.vim @@ -1,3 +1,2 @@ -setlocal cc=80 setlocal foldmethod=indent diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index 71353f6..dfe1f3e 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,4 +1,4 @@ setlocal spell spelllang=en_gb autocmd CursorHold,CursorHoldI * update -set tabstop=2 shiftwidth=2 expandtab +set tabstop=2 shiftwidth=2 diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 56d018a..6e89276 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -39,7 +39,8 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line -set tabstop=4 shiftwidth=4 expandtab +set tabstop=4 shiftwidth=4 +set cc=80 set linebreak set nu set dir=~/swp |