Add neovim (#45)

I am using the "app_dirs" crate to discover `~/.config` on Unix and `%APPDATA%/` on Windows.
This commit is contained in:
Thomas Versteeg
2018-07-04 09:51:19 +02:00
committed by Roey Darwish Dror
parent 35dbab8beb
commit 758d835b7e
5 changed files with 75 additions and 1 deletions

View File

@@ -21,3 +21,4 @@ log = "0.4.2"
env_logger = "0.5.10"
term_size = "0.3.1"
termcolor = "0.3.6"
app_dirs = "1.2.1"