cohama / lexima.vim

Auto close parentheses and repeat by dot dot dot...
995 stars 46 forks source link

Fix: ignore doc/tags #123

Closed eight04 closed 2 years ago

eight04 commented 2 years ago

This prevents the untracked content error when adding lexima.vim as a submodule.

> git submodule add -b master https://github.com/cohama/lexima.vim.git pack\plugins\start\lexima.vim
> git status
...

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
  (commit or discard the untracked or modified content in submodules)
        modified:   pack/plugins/start/lexima.vim (untracked content)
cohama commented 2 years ago

Thank you for your contribution.

I added very very trivial comment. Please check it out.

cohama commented 2 years ago

Thanks!