From 9d1114a885b7cf89c477cf5c4f34ff90359ea32d Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Thu, 7 Jul 2022 19:46:00 +0100 Subject: [PATCH] chore(pp): move to neovim unstable This is to get some features to use some plugins like the built in LSP. On the hole its going well. Writing code is way more responsive with the built in LSP. Project navigation is still not there, Ivy is a really nice emacs package that I am still trying to find a replacement. --- manifests/root.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/root.pp b/manifests/root.pp index fddd014..9e6dfcc 100644 --- a/manifests/root.pp +++ b/manifests/root.pp @@ -37,7 +37,7 @@ node default { # # Neovim PPA to get a better version # - apt::ppa { 'ppa:neovim-ppa/stable': } + apt::ppa { 'ppa:neovim-ppa/unstable': } #