" File: ~/.config/nvim/scripts/fourspaces.vim " " Use 4 spaces instead of default 2 set shiftwidth=4 set softtabstop=4 set tabstop=4 set expandtab