diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-02-20 13:36:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-02-20 13:36:35 -0300 |
commit | 825ea222c5645a444422255fda7c55221dc7962a (patch) | |
tree | 7c1af94d9832d63a0a3db7ac0a03a69929a73d6b | |
parent | 2d9cf9b91aa63b269dd131e0e663e58a6debdf0d (diff) | |
download | vim-825ea222c5645a444422255fda7c55221dc7962a.tar.gz vim-825ea222c5645a444422255fda7c55221dc7962a.tar.bz2 |
Disable indent
-rw-r--r-- | vimrc.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link index f09bcb7..552ffb5 100644 --- a/vimrc.dot.link +++ b/vimrc.dot.link @@ -19,6 +19,7 @@ set laststatus=2 set shortmess+=I set ignorecase set smartcase +filetype indent off " Window title handling set title |