File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.0] ( https://github.com/nvim-java/nvim-java-core/compare/v1.10.0...v2.0.0 ) (2025-08-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * [ @logrusx ] ( https://github.com/logrusx ) adds Mason 2.0 support ([ #93 ] ( https://github.com/nvim-java/nvim-java-core/issues/93 ) ) ([ 0fd98aa] ( https://github.com/nvim-java/nvim-java-core/commit/0fd98aa0337b2381118f670ac24d52fa86748de2 ) )
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * release 2.0.0 ([ 667fab0] ( https://github.com/nvim-java/nvim-java-core/commit/667fab0f7c67329d9f4a29e8a25759d965e9a91a ) )
14
+
3
15
## [ 1.10.0] ( https://github.com/nvim-java/nvim-java-core/compare/v1.9.0...v1.10.0 ) (2025-01-21)
4
16
5
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ function M.get_pkg_path(pkg_name)
10
10
if not found or not pkg :is_installed () then
11
11
return nil
12
12
end
13
- return vim .fn .expand (" $MASON/packages/" .. pkg_name )
13
+ return vim .fn .expand (' $MASON/packages/' .. pkg_name )
14
14
end
15
15
16
16
--- Returns true if the package is installed in mason
You can’t perform that action at this time.
0 commit comments