mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
changing tablength in nvim to 4 spaces
This commit is contained in:
parent
c18a32df38
commit
b1d93f8357
@ -21,6 +21,13 @@ set encoding=utf-8
|
||||
set number relativenumber
|
||||
" Disables automatic commenting on newline:
|
||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
" Setting Tab-length
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
"set expandtab
|
||||
"set autoindent
|
||||
"set copyindent
|
||||
|
||||
" Splits open at the bottom and right, which is non-retarded, unlike vim defaults.
|
||||
set splitbelow splitright
|
||||
|
Loading…
x
Reference in New Issue
Block a user