nixvim/config/plugins/lsp/vim-helm.nix
Roel de Cort 5112946501
feat: add vim-helm (#7)
Add the Vim-helm plugin
2024-06-22 14:01:25 +02:00

5 lines
50 B
Nix

_: {
plugins.helm = {
enable = true;
};
}