nvim-nix/nvim/after/ftplugin/json.vim
2025-09-06 13:48:36 +03:00

7 lines
128 B
VimL

setl autoindent
setl conceallevel=0
setl expandtab
setl formatoptions=tcq2l
setl shiftwidth=2
setl softtabstop=2
setl tabstop=2