vim-notes/autoload/vim-notes.vim
2025-03-21 13:33:47 +00:00

5 lines
138 B
VimL
Executable file

# https://www.linode.com/docs/guides/writing-a-vim-plugin/
function! vimworkspaces#TestCommand(...)
echo "YEAH ITS WORKING"
endfunction