Auto: misc.comm

This commit is contained in:
2021-04-27 20:58:10 +02:00
parent 5bee42d4f8
commit 8ac96bf1ca
2 changed files with 6 additions and 5 deletions
+3 -1
View File
@@ -5,4 +5,6 @@
- [[karlicoss]] - [[karlicoss]]
- [[spacemacs]] - [[spacemacs]]
- [[doom emacs]] - [[doom emacs]]
- [[neovim]] - [[neovim]]
- [[station to station]]
- [[communities]]
+3 -4
View File
@@ -8,11 +8,10 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath let &packpath=&runtimepath
source ~/.vimrc source ~/.vimrc
``` ```
- 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
- to install a new enough version for [[vscode]] [[neo vim]] extension
``` ```
sudo add-apt-repository ppa:neovim-ppa/stable sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update sudo apt-get upmdate
sudo apt-get install neovim sudo apt-get install neovi
``` ```