zombie
cb3f71f6dc
i made my home folder a git directory instead of using the config add git bare directory shit that logan and thomas hate and call retarted
14 lines
360 B
Text
14 lines
360 B
Text
add-highlighter global/ number-lines -separator '|'
|
|
set-face global LineNumbers rgb:009b11,rgb:303030
|
|
|
|
#auto completion
|
|
hook global InsertCompletionShow .* %{
|
|
map window insert <tab> <c-n>
|
|
map window insert <s-tab> <c-p>
|
|
}
|
|
|
|
hook global InsertCompletionHide .* %{
|
|
unmap window insert <tab> <c-n>
|
|
unmap window insert <s-tab> <c-p>
|
|
}
|
|
|