diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:33:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:33:58 +0000 |
commit | a7d9f89969a7a66610ed332c451874b33d5ca7d8 (patch) | |
tree | eaf7dcf8fd68b7ec95266bb4e308df4f0e862495 | |
parent | Reading configuration files in /etc/vim/vimrc.d. (diff) | |
download | vim-a7d9f89969a7a66610ed332c451874b33d5ca7d8.tar.xz vim-a7d9f89969a7a66610ed332c451874b33d5ca7d8.zip |
Enabling autoindent.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/vimrc.d/autoindent.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/local/vimrc.d/autoindent.vim b/debian/local/vimrc.d/autoindent.vim new file mode 100644 index 0000000..f32e63c --- /dev/null +++ b/debian/local/vimrc.d/autoindent.vim @@ -0,0 +1,3 @@ +" /etc/vim/vimrc.d/autoindent.vim + +set autoindent |