diff --git a/journal/2021-04-27.md b/journal/2021-04-27.md index 66c772656..f9ddb6737 100644 --- a/journal/2021-04-27.md +++ b/journal/2021-04-27.md @@ -5,4 +5,6 @@ - [[karlicoss]] - [[spacemacs]] - [[doom emacs]] -- [[neovim]] \ No newline at end of file +- [[neovim]] +- [[station to station]] +- [[communities]] \ No newline at end of file diff --git a/neovim.md b/neovim.md index d93bbcb27..8e2241a31 100644 --- a/neovim.md +++ b/neovim.md @@ -8,11 +8,10 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after let &packpath=&runtimepath source ~/.vimrc ``` - -- to install a new enough version for [[vscode]] [[neo vim]] extension +- the [[vscode]] [[neo vim]] extension for some reason requires a development version that is annoying to install in new systems, so for now I've ditched it in favour of vim emulation in vscode ``` sudo add-apt-repository ppa:neovim-ppa/stable -sudo apt-get update -sudo apt-get install neovim +sudo apt-get upmdate +sudo apt-get install neovi ``` \ No newline at end of file