Skip to content

Commit

Permalink
zig
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Aug 13, 2024
1 parent e8793d7 commit af796db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
./lspsaga.nix
./luasnip.nix
./nvim-cmp.nix
./zig.nix
];
}
6 changes: 6 additions & 0 deletions config/lsp/zig.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
plugins = {
lsp.servers.zls.enable = true;
zig.enable = true;
};
}

0 comments on commit af796db

Please sign in to comment.