-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vi shows no mapping found #1
Comments
Hi there @connectkushal: sounds like this might be an issue with vim-plug. This is specifically a filetype plugin, and so it should be installed in ~/.vim/ftplugin. If you're using Ubuntu or some similar linux distribution that uses this format then vim should find the plugin in that directory automatically. |
thanx for replying @zazaian . I removed vim-plug and did what you suggested, also followed the readme. So i saved the pago.vim in the ~/.vim/ftplugin/ folder and added filetype etc to my .vimrc But now when i try to open or create an new test.pago file, the vi editor closes instantly. I dont even see any error. This is my .vimrc file
|
vi is working fine for all other files, except those with .pago extention. |
Hi there @connectkushal - are you using |
Im using vim 7.4 with |
I installed this using the junegunn/vim-plug plugin and added these to the .vimrc
filetype on
filetype plugin on
au BufRead,BufNewFile *.pago set filetype=pago
I created a new file test.pago, but its not working...
The text was updated successfully, but these errors were encountered: