Apr 2022 - doraithodla/techlog GitHub Wiki

Techlog 2022

Apr 2022

Vim/Neovim: Scripting using Python

  alpha2phi  |    Tue, 15 Jun 2021 00:00:00 GMT  |    Time Saved: 1 mins

  • Use Vimscript and Python in your development workflow.
  • For Python developers, there is a simpler solution as both Vim and Neovim support using Python for plugin development.
  • Run :checkhealth to see if you already have it.
  • For Vim (:h python3), type :version to check if Vim is built with Python 3 support.
  • Under your Vim/Neovim configuration folder, create a file called tts.vim under the autoload(:h autoload) folder.
  • The source code I used can be found in this repository.
  • https://sodocumentation.net/vim