plugins/lsp: add ast-grep language server

This commit is contained in:
Gaetan Lepage 2024-04-26 11:42:49 +02:00 committed by Gaétan Lepage
parent e2e7258267
commit b12d81c69a
2 changed files with 9 additions and 0 deletions

View file

@ -104,6 +104,7 @@
servers = {
ansiblels.enable = true;
ast-grep.enable = true;
astro.enable = true;
bashls.enable = true;
beancount.enable = true;