Skip to content

Commit f49f09c

Browse files
committed
Add lib to default projections
1 parent 9be6339 commit f49f09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/rails.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4545,6 +4545,7 @@ let s:default_projections = {
45454545
\ "type": "initializer"
45464546
\ },
45474547
\ "gems.rb": {"alternate": "gems.locked", "type": "lib"},
4548+
\ "lib/*.rb": {"type": "lib"},
45484549
\ "lib/tasks/*.rake": {"type": "task"}
45494550
\}
45504551

0 commit comments

Comments
 (0)