diff --git a/.gitignore b/.gitignore index f51ae3b..f3cb1a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # macOS .DS_Store +# Window +*.exe + # IntelliJ .idea/ @@ -11,8 +14,3 @@ node_modules/ package.json package-lock.json - -# Go -dotfiles - -*.bak diff --git a/config/config.json b/config/config.json index ab42d79..59738bb 100644 --- a/config/config.json +++ b/config/config.json @@ -8,6 +8,14 @@ } ] }, + "vim": { + "files": [ + { + "internal": "config/nvim/init.vim", + "external": "~/.vimrc" + } + ] + }, "bat": { "dirs": [ {