Change neovim tabbing to 4 spaces
This commit is contained in:
@@ -3,10 +3,10 @@ set showmatch
|
|||||||
set ignorecase
|
set ignorecase
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set incsearch
|
set incsearch
|
||||||
set tabstop=2
|
set tabstop=4
|
||||||
set softtabstop=2
|
set softtabstop=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set shiftwidth=2
|
set shiftwidth=4
|
||||||
set autoindent
|
set autoindent
|
||||||
set number
|
set number
|
||||||
set wildmode=longest,list
|
set wildmode=longest,list
|
||||||
|
|||||||
Reference in New Issue
Block a user