Skip to content

Commit d0556ac

Browse files
committed
Fix file names in docs
1 parent b85f2ae commit d0556ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lua/spring-initializr/commands/commands.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
77
-- ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
88
--
9-
-- File: command.lua
9+
-- File: commands/commands.lua
1010
-- Author: Josip Keresman
1111
--
1212
-- Description: Registers custom Neovim commands for Spring Initializr UI and project generation.

lua/spring-initializr/telescope/telescope.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
77
-- ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
88
--
9-
-- File: metadata.lua
9+
-- File: telescope/telescope.lua
1010
-- Author: Josip Keresman
1111
--
1212
-- This module provides integration with Telescope for displaying and selecting Spring Boot dependencies

lua/spring-initializr/utils/url.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- ██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
77
-- ╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
88
--
9-
-- File: utils/window.lua
9+
-- File: utils/url.lua
1010
-- Author: Josip Keresman
1111
--
1212
-- Utility module for URL encoding and query string generation.

0 commit comments

Comments
 (0)