diff --git a/home/user/.config/git/aliases b/home/user/.config/git/aliases index 7733909..eb7573c 100644 --- a/home/user/.config/git/aliases +++ b/home/user/.config/git/aliases @@ -49,5 +49,5 @@ remove-remote-tag = "!f() { git tag -d $1 && git push origin :refs/tags/$1 }; f" aliases = "!git config -l | grep '^alias\\.' | cut -d. -f2-" - # git clone git://localhost + # git clone git://localhost/ serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/ \ No newline at end of file diff --git a/home/user/.config/nvim/lua/plugins/telescope.lua b/home/user/.config/nvim/lua/plugins/telescope.lua index 2620204..0b39802 100644 --- a/home/user/.config/nvim/lua/plugins/telescope.lua +++ b/home/user/.config/nvim/lua/plugins/telescope.lua @@ -68,7 +68,7 @@ return { "CMakeCache%.txt", "target/", "%.pytest_cache/", - "vendor/*", + "vendor/", "%.lock", "%.db", "%.sqlite3", @@ -107,7 +107,6 @@ return { "%.jar", "%.docx", "%.met", - "smalljre_*/*", "%.vale/", "%.rar", "%.zip",