diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 09:33:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 09:33:04 -0300 |
commit | 081a41af93a75504fb91e16bc9b60be48a4864a9 (patch) | |
tree | 82a41d92fe6ac94d4d9202fb93693120799d9e53 | |
parent | 9559e77da98a081debea1bad13c859a65af04b3a (diff) | |
download | puppet-nodo-081a41af93a75504fb91e16bc9b60be48a4864a9.tar.gz puppet-nodo-081a41af93a75504fb91e16bc9b60be48a4864a9.tar.bz2 |
Feat: manages neovim at nodo::utils::office::console
-rw-r--r-- | manifests/utils/office/console.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/office/console.pp b/manifests/utils/office/console.pp index 74296c0..996d457 100644 --- a/manifests/utils/office/console.pp +++ b/manifests/utils/office/console.pp @@ -3,6 +3,7 @@ class nodo::utils::office::console ( ) { package { [ 'vim-gtk', + 'neovim', 'wyrd', 'sc', 'antiword', |