feat: add vim-helm (#7)

Add the Vim-helm plugin
This commit is contained in:
Roel de Cort 2024-06-22 14:01:25 +02:00 committed by GitHub
parent 1465a19ce2
commit 5112946501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,5 @@
_: {
plugins.helm = {
enable = true;
};
}