有不错的,vim开发python的配置吗?
vim吧
全部回复
仅看楼主
level 14
有不错的,vim开发python的配置吗?
2019年09月26日 11点09分 1
level 14
顶一个
2019年10月04日 16点10分 2
level 8
vim就是Python开发的
2019年10月05日 09点10分 3
查证了一下,是用 C 和 Vimscript 写的。不过 Python 和 Vim 都是 1991 年䜥生的。
2020年05月04日 11点05分
是c
2019年10月27日 05点10分
@暗影天魔1 证据呢[汗]
2019年10月29日 04点10分
@86cc_ 看源码去
2019年10月30日 23点10分
level 3
你是想找插件吧、我看了一天Python视频也想过这个问题,不过感觉没那个必要。随便改一下之前的vimrc加上几行应该就没问题了吧。我见过有那种插件的,类似用tab换行之类的功能,应该再github上面能找到吧。现在我只是用一下ord 和运算的功能所以还不想装太复杂的插件,你自己去看一下吧
2019年10月30日 11点10分 4
level 8
kite
2019年11月03日 01点11分 5
kite怎么安装呀?装了下不会
2020年04月12日 09点04分
level 2
coc 插件,支持vim8以上版本和neovim
2020年05月03日 05点05分 6
level 2
自动补全:jedi-vim
语法和格式检测:vim-flake8
代码格式化:autopep8
代码缩进指示器:intendLine
2020年08月01日 22点08分 7
1