enable jsonls, helmls and add ansible-vim pkg (#5)

Enable JSON Language Server and Helm Language Server. Added ansible-vim
package.
This commit is contained in:
Roel de Cort 2024-06-11 15:51:54 +02:00 committed by GitHub
parent 677ee2cd46
commit 74172fd7e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 50 additions and 18 deletions

View file

@ -6,11 +6,9 @@
flake-parts.url = "github:hercules-ci/flake-parts";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};