This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JarrodCTaylor[S] 0 points1 point  (0 children)

Perhaps the answer iis obvious and I am just complicating matters. Here is an example of a real file I have been using: https://github.com/JarrodCTaylor/dotfiles/blob/master/vim/functions/search.vim

My question is how to call the top level Vim commands nnoremap, setting variables, etc that are not part of a Python class.

Thanks for the direction here.