aboutsummaryrefslogtreecommitdiff
path: root/vim/vim.symlink
diff options
context:
space:
mode:
authorCamil Staps2016-04-20 08:41:07 +0200
committerCamil Staps2016-11-30 19:11:42 +0100
commitec98703e4449529a59ac0549a2ed1182e793feeb (patch)
treea6a4438b9e368aa4e563b99744e32a1a9b9fe4d5 /vim/vim.symlink
parentfix some errors in setbg-texample; not all (diff)
Spaces are evil
Diffstat (limited to 'vim/vim.symlink')
-rw-r--r--vim/vim.symlink/after/ftplugin/jade.vim2
-rw-r--r--vim/vim.symlink/after/ftplugin/python.vim1
-rw-r--r--vim/vim.symlink/after/ftplugin/tex.vim2
3 files changed, 2 insertions, 3 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