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 # macOS
.DS_Store .DS_Store
# Window
*.exe
# IntelliJ # IntelliJ
.idea/ .idea/
@ -11,8 +14,3 @@
node_modules/ node_modules/
package.json package.json
package-lock.json package-lock.json
# Go
dotfiles
*.bak

View File

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