imochoa / dotfiles

collection of the setting that I like as well as some scripts to automate the post-install setup process
MIT License
0 stars 0 forks source link

vim snippets #47

Open imochoa opened 3 years ago

imochoa commented 3 years ago

copy all lines that match error (as well as the upper & lower neighboring lines) and append them to the end of the file!

:g/error/-2,+2t$
imochoa commented 3 years ago

CoC

    "UltiSnips",
    "~/.config/nvim/utils/snips"