chore(confg): add vimrc

main
Tran Hau 2021-04-11 01:18:22 +07:00
parent 44aa80eea7
commit dca5bf145c
2 changed files with 11 additions and 5 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -8,6 +8,14 @@
}
]
},
"vim": {
"files": [
{
"internal": "config/nvim/init.vim",
"external": "~/.vimrc"
}
]
},
"bat": {
"dirs": [
{