From 40f14dc88d088041499f0b970fdebb910c09adeb Mon Sep 17 00:00:00 2001 From: poslop Date: Fri, 24 Apr 2026 18:26:52 -0500 Subject: [PATCH] nixd to lsp --- lua/plugins/lsp.lua | 1 + readme.md | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 3ac2013..8a20fe7 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -13,6 +13,7 @@ return { vim.lsp.enable { "lua_ls", "bashls", + "nixd", } end, }, diff --git a/readme.md b/readme.md index 5344034..af456ed 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ bash-language-server ### **Nix** ``` nixfmt +nixd ``` ### **PHP**