about summary refs log tree commit diff stats
path: root/modules/home/conf/nvim/plgs/lsp/servers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf/nvim/plgs/lsp/servers')
-rw-r--r--modules/home/conf/nvim/plgs/lsp/servers/default.nix2
-rw-r--r--modules/home/conf/nvim/plgs/lsp/servers/servers/nil-ls.nix (renamed from modules/home/conf/nvim/plgs/lsp/servers/servers/nil_ls.nix)2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/conf/nvim/plgs/lsp/servers/default.nix b/modules/home/conf/nvim/plgs/lsp/servers/default.nix
index 1f59ae4e..605046d4 100644
--- a/modules/home/conf/nvim/plgs/lsp/servers/default.nix
+++ b/modules/home/conf/nvim/plgs/lsp/servers/default.nix
@@ -6,7 +6,7 @@
     ./servers/quick-lint-js.nix
     ./servers/ltex.nix
     ./servers/lua-ls.nix
-    ./servers/nil_ls.nix
+    ./servers/nil-ls.nix
     ./servers/openscad.nix
     ./servers/ruff-lsp.nix
     ./servers/rust-analyzer.nix
diff --git a/modules/home/conf/nvim/plgs/lsp/servers/servers/nil_ls.nix b/modules/home/conf/nvim/plgs/lsp/servers/servers/nil-ls.nix
index f0cccbdc..ab9e643b 100644
--- a/modules/home/conf/nvim/plgs/lsp/servers/servers/nil_ls.nix
+++ b/modules/home/conf/nvim/plgs/lsp/servers/servers/nil-ls.nix
@@ -1,6 +1,6 @@
 {...}: {
   programs.nixvim.plugins.lsp.servers = {
-    nil_ls = {
+    nil-ls = {
       enable = true;
       settings = {
         formatting.command = ["alejandra"];