Skip to content

Commit

Permalink
feat(utility): add vim-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed May 10, 2024
1 parent 2662403 commit 172024f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/astrocommunity/utility/vim-fetch/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# vim-fetch

Make Vim handle line and column numbers in file names with a minimum of fuss

**Repository:** <https://github.com/wsdjeg/vim-fetch>
1 change: 1 addition & 0 deletions lua/astrocommunity/utility/vim-fetch/init.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { "wsdjeg/vim-fetch", lazy = false }

0 comments on commit 172024f

Please sign in to comment.