From 8afac71b8c50637853a90768d984040975d7b500 Mon Sep 17 00:00:00 2001 From: tomoron Date: Thu, 20 Feb 2025 18:34:35 +0100 Subject: [PATCH] add shiftwidth=4 to vim.nix --- homeConfigs/modules/vim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeConfigs/modules/vim.nix b/homeConfigs/modules/vim.nix index 45716e3..495a781 100644 --- a/homeConfigs/modules/vim.nix +++ b/homeConfigs/modules/vim.nix @@ -28,6 +28,7 @@ autocmd BufWinLeave *.* mkview autocmd BufWinEnter *.* silent! loadview set tabstop=4 + set shiftwidth=4 set scrolloff=10 set preserveindent map :bnext