mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/none-ls: rename servers.nix
to sources.nix
This commit is contained in:
parent
4f3cd9f368
commit
06a44e9e88
2 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
||||||
settingsPath = basePluginPath ++ [ "settings" ];
|
settingsPath = basePluginPath ++ [ "settings" ];
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
./servers.nix
|
./sources.nix
|
||||||
(mkRenamedOptionModule oldPluginPath basePluginPath)
|
(mkRenamedOptionModule oldPluginPath basePluginPath)
|
||||||
(mkRenamedOptionModule (basePluginPath ++ [ "sourcesItems" ]) (settingsPath ++ [ "sources" ]))
|
(mkRenamedOptionModule (basePluginPath ++ [ "sourcesItems" ]) (settingsPath ++ [ "sources" ]))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue