diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:54:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 08:54:19 +0000 |
commit | 2e8bfc2585a83d36caaf5440d586a582807cb2f2 (patch) | |
tree | 1afe8f0c6a46ce7f96852de98668e27ab7f7800c | |
parent | Enabling incsearch. (diff) | |
download | vim-2e8bfc2585a83d36caaf5440d586a582807cb2f2.tar.xz vim-2e8bfc2585a83d36caaf5440d586a582807cb2f2.zip |
Enabling listchars.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/vimrc.d/listchars.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/vimrc.d/listchars.vim b/debian/local/vimrc.d/listchars.vim new file mode 100644 index 0000000..97c8025 --- /dev/null +++ b/debian/local/vimrc.d/listchars.vim @@ -0,0 +1,4 @@ +" /etc/vim/vimrc.d/listchars.vim + +set list +set listchars=tab:»·,trail:·,extends:» |