mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-21 15:34:39 +00:00
neovim: add jinja_lsp
This commit is contained in:
parent
c60658f1d5
commit
96a1be98ad
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue