mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
fix: telescope ignore patterns
".git" is a regex, so because of the '.' it matches more than just the .git directory, so escape the dot to make it literal. Here, that's done with a '%'.
This commit is contained in:
parent
0fc84ed868
commit
edbadf5d5a
2 changed files with 2 additions and 1 deletions
|
@ -316,6 +316,7 @@
|
|||
|
||||
- Fix oil config referencing snacks
|
||||
- Add [flash.nvim] plugin to `vim.utility.motion.flash-nvim`
|
||||
- Fix default telescope ignore list entry for '.git/' to properly match
|
||||
|
||||
[rrvsh](https://github.com/rrvsh):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue