Skip to content
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

Why my customized snippets can't take effect? #564

Open
hwypengsir opened this issue Dec 15, 2024 · 0 comments
Open

Why my customized snippets can't take effect? #564

hwypengsir opened this issue Dec 15, 2024 · 0 comments

Comments

@hwypengsir
Copy link

webapi-vim has been installed in bundle:

cd  ~/.vim/bundle
git clone https://github.com/mattn/webapi-vim
ls  
emmet-vim  ultisnips  vim-snippets  webapi-vim

Add g:user_emmet_settings in .vimrc:

let g:user_emmet_settings = webapi#json#decode(join(readfile(expand('/home/debian/.vim/bundle/emmet-vim/snippets.json')), "\n"))

Edit the snippets.json:

cat  /home/debian/.vim/bundle/emmet-vim/snippets.json
{
    "html": {
        "abbreviations": {
            "hello": "testing abbreviation"
        }
    }
}

hello expand into <hello></hello> when edit html file instead of testing abbreviation,how to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant