Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
8bd12139
Commit
8bd12139
authored
Oct 01, 2020
by
Adrien Oliva
Browse files
Set vim language according to locale
parent
4ef294dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.sh
View file @
8bd12139
...
...
@@ -81,3 +81,6 @@ install_or_update_plugin "https://github.com/alfredodeza/pytest.vim" "master"
cd
"
${
PLUGIN_DIR
}
/minibufexpl.vim.git"
||
exit
1
patch
-p1
<
"
${
CWD
}
/002-minibufexpl.patch"
)
# Update language
sed
-i
"s|language
\"
[^
\"
]
\"
|language
\"
${
LANG
}
\"
|"
"
${
HOME
}
/.vim/config/02-languages.vim"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment