mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-20 10:44:43 +02:00
8 lines
141 B
VimL
8 lines
141 B
VimL
|
setlocal tabstop=2
|
||
|
setlocal shiftwidth=2
|
||
|
setlocal expandtab
|
||
|
setlocal softtabstop=2
|
||
|
setlocal autoindent
|
||
|
setlocal smartindent
|
||
|
setlocal cindent
|