summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser (@tux-six)2021-11-02 23:38:45 +0100
committerAndreas Fankhauser (@tux-six)2021-11-02 23:38:45 +0100
commit8c6e4ff2c860e80c4c86284bb03248d2fb7655d3 (patch)
tree5781de8d7c70317a37caa140eaa0f7bdb2d3cd76
parentc899d37e0d234e00c2c6c3b93f86a51d61f5fd67 (diff)
downloaddotfiles-8c6e4ff2c860e80c4c86284bb03248d2fb7655d3.zip
dotfiles-8c6e4ff2c860e80c4c86284bb03248d2fb7655d3.tar.gz
(vi) Fix Makefile config
-rw-r--r--src/vi/_vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vi/_vimrc b/src/vi/_vimrc
index 10d4051..0051a1a 100644
--- a/src/vi/_vimrc
+++ b/src/vi/_vimrc
@@ -210,7 +210,7 @@ endif
autocmd FileType html setl shiftwidth=2 tabstop=2
autocmd FileType xml setl shiftwidth=2 tabstop=2
-autocmd FileType Makefile setl noexpandtab
+autocmd BufNewFile,BufRead Makefile setl noexpandtab setl list
autocmd BufNewFile,BufRead *.ts setlocal ft=javascript