commit f12bafe82aa47e65a034208bdc3dde02f7ceb8fe parent b35a3ab3c6f8db8c1672dc9dc6d0967f104831ff Author: William Casarin <jb55@jb55.com> Date: Tue, 17 Nov 2020 09:16:23 -0800 nvim: shiftwidth 8 Diffstat:
M | dotfiles/.vim/.vimrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.vim/.vimrc b/dotfiles/.vim/.vimrc @@ -9,7 +9,7 @@ set modeline set modelines=1 set nocp set tabstop=8 -set shiftwidth=2 +set shiftwidth=8 set expandtab set ai set hlsearch