Skip to content

Commit ad3a991

Browse files
JorWoJordan Wong
andauthored
Fixes go file for Java (#8)
Co-authored-by: Jordan Wong <jorwo@gmail.com>
1 parent 752e986 commit ad3a991

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ftplugin/java.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vim.opt_local.path:append("src/*/java/**", "*/src/*/java/**")
1+
vim.opt_local.path:append("**/src/*/java/**")
2+
vim.opt_local.includeexpr = "substitute(v:fname, '\\.', '/', 'g')"

0 commit comments

Comments
 (0)