5 lines
138 B
VimL
Executable file
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
|
|
|