13 Commits
Author SHA1 Message Date
Wu Zhenyu 527129455a Add document
Generate document by vimdoc
Add a pre-commit-hook to call vimdoc automatically after git commit
2022-10-31 08:32:59 +08:00
Wu Zhenyu f3fac5ff9a Support shebang detection 2022-10-18 22:22:58 +08:00
Wu Zhenyu 93fe769b08 Update syntax
According to <https://pip.pypa.io/en/stable/reference/requirements-file-format>, now requirements.txt support `${ENVIRONMENT_VAR}`. So I add it.
And I add syntax highlight for strings and keywords.
2022-10-16 18:41:39 +08:00
Wu Zhenyu 045c389147 Add document of pip-cache 2022-10-13 23:16:10 +08:00
Wu Zhenyu 52b9158acc Add completions and documents
Use `vimdoc .` to generate documentation.
User can use plugin manager to do it automatically when update plugin.
2022-10-13 18:43:56 +08:00
Wu Zhenyu 06cd9b6eb9 Fix ftplugin/*.vim 2022-10-13 18:38:21 +08:00
Wu Zhenyu 1b09330a7d Add augroup 2022-10-10 13:01:47 +08:00
Wu Zhenyu 8850568eb3 Remove after
after/ftplugin/requirements.vim has been divided to ftplugin/requirements.vim and compiler/pip-compile.vim, so it should be deleted.
2022-10-08 22:23:15 +08:00
Wu Zhenyu 6535e5b215 Fix compiler, remove redundant message 2022-10-08 00:27:09 +08:00
Wu Zhenyu 5bc7854fc1 Add support for Number 2022-10-07 13:24:33 +08:00
Wu Zhenyu e04b9d115d Remove unused code 2022-10-06 15:57:41 +08:00
Wu Zhenyu 61d429b70d Fix compiler 2022-10-06 15:54:43 +08:00
Wu Zhenyu 6d5502a100 Fix #20 2022-10-06 14:00:05 +08:00