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