https://github.com/Inist-CNRS/lodex
Raw File
Tip revision: d4e222345905fa564ba657c37cd66207197ab445 authored by Anthony Rimet on 24 January 2023, 14:26:35 UTC
12.36.0
Tip revision: d4e2223
.local.vimrc
" https://github.com/thinca/vim-localrc/blob/master/doc/localrc.txt
set formatoptions+=tl
set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4
back to top