linux-tools/modules/vim/vim_settings.json

11 lines
293 B
JSON
Raw Normal View History

{
"settings": {
"tabstop": "set tabstop=2",
"shiftwidth": "set shiftwidth=2",
"expand": "set noexpandtab",
"highlighting": "syntax on",
"linenumbers": "set number",
"status": "set laststatus=2",
"noshowmode": "set noshowmode"
}
}