Skip to content

Commit

Permalink
plugins/none-ls: rename servers.nix to sources.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Jul 13, 2024
1 parent 4f3cd9f commit 06a44e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/none-ls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
settingsPath = basePluginPath ++ [ "settings" ];
in
[
./servers.nix
./sources.nix
(mkRenamedOptionModule oldPluginPath basePluginPath)
(mkRenamedOptionModule (basePluginPath ++ [ "sourcesItems" ]) (settingsPath ++ [ "sources" ]))
];
Expand Down
File renamed without changes.

0 comments on commit 06a44e9

Please sign in to comment.