lazy.nvim/lua
Piotr Król 33fab46082
fix(git): comment sign detection in get_config function
- Modify the condition in the get_config function to correctly ignore
  comments and blank lines.
- Update the regular expression to exclude lines starting with '#' or
  ';'.
- This change ensures that only valid key-value pairs are added to the
  configuration table.
2024-01-17 17:45:12 +01:00
..
lazy fix(git): comment sign detection in get_config function 2024-01-17 17:45:12 +01:00