I broke up with neovim....vim is my best friend now

This commit is contained in:
LinlyBoi
2023-04-30 08:14:07 +03:00
parent 0d185449c5
commit 4a4a6b1e81
5245 changed files with 468325 additions and 25 deletions

View File

@@ -0,0 +1,38 @@
{
"name": "vim-vsnip",
"version": "1.0.0",
"description": "This aims to plugin like Visual Studio Code's Snippet feature.",
"scripts": {
"open": "nvim -u .vimrc",
"test": "run-s test:*",
"test:01": "THEMIS_VIM=vim EXCLUSIVE=0 VIRTUALEDIT=0 themis ./spec",
"test:02": "THEMIS_VIM=vim EXCLUSIVE=0 VIRTUALEDIT=1 themis ./spec",
"test:03": "THEMIS_VIM=vim EXCLUSIVE=1 VIRTUALEDIT=0 themis ./spec",
"test:04": "THEMIS_VIM=vim EXCLUSIVE=1 VIRTUALEDIT=1 themis ./spec",
"test:05": "THEMIS_VIM=nvim EXCLUSIVE=0 VIRTUALEDIT=0 themis ./spec",
"test:06": "THEMIS_VIM=nvim EXCLUSIVE=0 VIRTUALEDIT=1 themis ./spec",
"test:07": "THEMIS_VIM=nvim EXCLUSIVE=1 VIRTUALEDIT=0 themis ./spec",
"test:08": "THEMIS_VIM=nvim EXCLUSIVE=1 VIRTUALEDIT=1 themis ./spec",
"lint": "vint ."
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrsh7th/vim-test-snips.git"
},
"author": "hrsh7th",
"license": "MIT",
"bugs": {
"url": "https://github.com/hrsh7th/vim-test-snips/issues"
},
"homepage": "https://github.com/hrsh7th/vim-test-snips#readme",
"devDependencies": {
"husky": "^3.0.5",
"npm-run-all": "^4.1.5",
"watch": "^1.0.2"
}
}