Mercurial > dotfiles
annotate dot_config/nvim/ftplugin/xdc.vim @ 882:8284bef42d1b
feat: update helix with hg fix
Allows to open files from the vcs picker from any directory (not only hg root)
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Fri, 26 Apr 2024 07:59:02 +0200 |
parents | 21745760a5dc |
children |
rev | line source |
---|---|
572
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
1 if exists('b:did_ftplugin') |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
2 finish |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
3 endif |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
4 |
21745760a5dc
Use ftplugin and syntax files for language specific settings
zegervdv <zegervdv@me.com>
parents:
diff
changeset
|
5 runtime! ftplugin/tcl.vim ftplugin/tcl_*.vim ftplugin/tcl/*.vim |