dot-files
dot-files copied to clipboard
Dotfiles repository
jakedouglas/exuberant-ctags This repository has been removed and cannot be used anymore. u can use - https://github.com/xolox/vim-easytags - https://github.com/ludovicchabant/vim-gutentags
hi how to use these plugin,i am new player in vim ,i do not how to use these plugin in vim edit code. have wiki??? Thanks a lot.
I have always been the IDE guy, never preferred vim. After looking you blog i thought i would give it go. But don't know what to do with the cloned...
Getting syntax error for the below code: ```python def test(name: str): # error here print(name) ```