From 77da0446653cfe8e4eef30b04b3e35efd36bbbc3 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Mon, 29 May 2023 16:21:24 +0800 Subject: [PATCH] Update vim config --- home/xin/common/vim.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/home/xin/common/vim.nix b/home/xin/common/vim.nix index c6ae2af..dac31ee 100644 --- a/home/xin/common/vim.nix +++ b/home/xin/common/vim.nix @@ -18,10 +18,15 @@ set ignorecase set smartcase + set list + set listchars=tab:→· + set tabstop=4 + set shiftwidth=4 + set expandtab set mouse+=a colorscheme dracula ''; }; -} \ No newline at end of file +}