VIM: adds options for tabwidth

I intentionally use a proper tab character rather than spaces because I
prefer tabs to spaces.
Jonathan Hodgson 4 years ago
parent 2a41c795bd
commit b512c057fd
  1. 6
      nvim/.config/nvim/plugin/settings.vim

@ -22,3 +22,9 @@ set hidden
" Makes vim try to keep 5 lines visible at the top and bottom
set scrolloff=5
" set tabwidth
set autoindent
set smartindent
set shiftwidth=4
set tabstop=4

Loading…
Cancel
Save