diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:57:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:57:11 +0000 |
commit | cdae89f50e90a052d77d4ac3d0779a1850f8f47b (patch) | |
tree | 2fd6f93a4066cbd37971e933bbf43c0bbc7cf1c4 | |
parent | Reading configuration files in /etc/vim/vimrc.d. (diff) | |
download | vim-cdae89f50e90a052d77d4ac3d0779a1850f8f47b.tar.xz vim-cdae89f50e90a052d77d4ac3d0779a1850f8f47b.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 |