vim-python
python vim 

所属分类:collect
开发工具:Vim Script
文件大小:0KB
下载次数:0
上传日期:2023-10-28 02:38:22
上 传 者sh-1993
说明:  用于Python编程的Vim插件。
(Vim plugin for Python programming.)

文件列表:
autoload/ (0, 2023-10-27)
autoload/python/ (0, 2023-10-27)
autoload/python/run.vim (1303, 2023-10-27)
doc/ (0, 2023-10-27)
doc/vim-python.txt (2312, 2023-10-27)
ftdetect/ (0, 2023-10-27)
ftdetect/python.vim (53, 2023-10-27)
ftplugin/ (0, 2023-10-27)
ftplugin/python/ (0, 2023-10-27)
ftplugin/python/folding.vim (962, 2023-10-27)
ftplugin/python/run.vim (1397, 2023-10-27)
ftplugin/python/sections.vim (1513, 2023-10-27)
syntax/ (0, 2023-10-27)
syntax/python.vim (809, 2023-10-27)

# vim-python vim-python is a Vim plugin for Python programming. ## Features - Syntax highlighting - Section movement - Run python progam with hotkey or by command ## Install Just use your Vim plugin manager to install the plugin, or clone this repository into plugin directory, such as `~/.vim/pack/bundle/start/`. ## Options Set the following variables in your vimrc file. | Variable | Type | Required | Description | |:---------|:----:|:--------:|:------------| | g:show_result_on_buffer | boolean | optional | 0: disable showing execution result in a new window, 1: enable (default) | ## How to use > See more details by `:h vim-python`. ### Run Python Use either the hotkey `r` or type `:RunPython` in Command Mode. ### Section Movement Use `[[`, `]]`, `][`, `[]` for jumping to previous/next section by customizing the original behavior of them. ## License Copyright (c) KarateJB. Distributed under the same terms as Vim itself. See `:help license`.

近期下载者

相关文件


收藏者