vimrc.extra

This commit is contained in:
pvincent
2026-08-31 08:38:32 +04:00
parent f4333f03f5
commit 3dcf643c2a
5 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
let additionals = [ "core", "miaou", "rookie" ]
let additionals = [ "core", "miaou", "rookie", "extra" ]
for additional in additionals
let s:vimrc_path = "/etc/vim/vimrc." . additional
if filereadable(s:vimrc_path)