neovim: add jinja_lsp

This commit is contained in:
John Bowdre 2024-12-28 16:22:53 -06:00
parent c60658f1d5
commit 96a1be98ad
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -44,6 +44,10 @@
};
gopls.enable = true;
html.enable = true;
jinja_lsp = {
enable = true;
package = "${pkgs.vimPlugins.vim-jinja}";
};
jsonls.enable = true;
nixd.enable = true;
pylsp.enable = true;