This commit is contained in:
pvincent
2026-08-06 18:12:25 +04:00
parent 4907f581cc
commit 556fad02df
14 changed files with 176 additions and 423 deletions
+8
View File
@@ -0,0 +1,8 @@
let additionals = [ "core", "miaou", "rookie", "azerty" ]
for additional in additionals
let s:vimrc_path = "/etc/vim/vimrc." . additional
if filereadable(s:vimrc_path)
execute "source " . expand(s:vimrc_path)
endif
endfor