From d579fd451704276e18fc441ed1319ffe8d8bb94d Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Thu, 5 Dec 2024 19:29:22 -0300 Subject: [PATCH] feat: add nix lsp (nil) --- lua/dot013/plugins/lsp.lua | 1 + neovim.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/lua/dot013/plugins/lsp.lua b/lua/dot013/plugins/lsp.lua index f7362af..fd72c0b 100644 --- a/lua/dot013/plugins/lsp.lua +++ b/lua/dot013/plugins/lsp.lua @@ -30,6 +30,7 @@ local lsps = { }, ["gopls"] = {}, ["htmx"] = {}, + ["nil_ls"] = {}, ["tailwindcss"] = {}, ["templ"] = {}, ["rust_analyzer"] = {}, diff --git a/neovim.nix b/neovim.nix index c997bb7..6ef7b29 100644 --- a/neovim.nix +++ b/neovim.nix @@ -38,6 +38,7 @@ gopls htmx-lsp lua-language-server + nil tailwindcss-language-server templ rust-analyzer