Ein paar änderungen

Vorallen angefangen neovim from scratch zu bauen
This commit is contained in:
templis
2018-07-29 01:50:51 +02:00
parent aa563a61c3
commit c95e3339c2
5 changed files with 66 additions and 3 deletions

2
.config/nvim/nvimrc Normal file
View File

@ -0,0 +1,2 @@
command W :execute ':silent w !sudo tee % > /dev/null' | :edit!
syntax on