Created
July 27, 2022 21:43
-
-
Save tecandrew/46e93779b6f52193aa18fb8343f929a9 to your computer and use it in GitHub Desktop.
a .vimrc file for neovim for 4-spaced tabs. place in ~/.config/nvim/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set tabstop=4 softtabstop=4 | |
set shiftwidth=4 | |
set expandtab | |
set smartindent | |
set nu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment