Skip to content

Collection of snippets used in conjunction with UltiSnips for Vim and Neovim.

License

Notifications You must be signed in to change notification settings

AceofSpades5757/vim-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

pre-commit

Description

Collection of snippets used in conjunction with UltiSnips for Vim and Neovim.

Cleaned for public use and readability.

Contents

snips

  • Has snippets inside, layed out as used by UltiSnips.

Credit

Globals (Python)

To find the Python imports used, check the python folder which would be located in your .vim/vimfiles directory (see :help pythonx-directory in Vim).

  • Windows: %USERPROFILE%\vimfiles\python3\my_module.py
  • Linux: ~/.vim/python3/my_module.py
global !p

from my_module import my_function
from my_module import my_var
from my_module import MyClass

endglobal

About

Collection of snippets used in conjunction with UltiSnips for Vim and Neovim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published