Skip to content

Instantly share code, notes, and snippets.

@tecandrew
Created July 27, 2022 21:43
Show Gist options
  • Save tecandrew/46e93779b6f52193aa18fb8343f929a9 to your computer and use it in GitHub Desktop.
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/
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