From 352fc2c0ca1b262468dca7eec2dd22a5d04e1abc Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 24 Sep 2024 01:47:21 +0000 Subject: [PATCH] added zig lsp --- modules/neovim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/neovim.nix b/modules/neovim.nix index 092ebad..0573825 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -162,10 +162,12 @@ in plugins = { typescript-tools.enable = true; + zig.enable = true; lsp = { enable = true; servers = { + zls.enable = true; gleam = { enable = true; autostart = true; @@ -209,6 +211,7 @@ in "html" "json" "css" + "zig" ]; }; };