Auto: misc.

This commit is contained in:
2021-04-27 20:51:56 +02:00
parent 32d21dbbf3
commit 5bee42d4f8
2 changed files with 9 additions and 1 deletions
+2 -1
View File
@@ -4,4 +4,5 @@
- [[org mode]]
- [[karlicoss]]
- [[spacemacs]]
- [[doom emacs]]
- [[doom emacs]]
- [[neovim]]
+7
View File
@@ -9,3 +9,10 @@ let &packpath=&runtimepath
source ~/.vimrc
```
- to install a new enough version for [[vscode]] [[neo vim]] extension
```
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
```