feat: use nnn and treesitter #235

Merged
teutat3s merged 7 commits from feat/nnn into main 2023-07-21 09:46:27 +00:00
Showing only changes of commit 9bade4eb64 - Show all commits

View file

@ -6,27 +6,27 @@
user = config.pub-solar.user; user = config.pub-solar.user;
xdg = config.home-manager.users."${user.name}".xdg; xdg = config.home-manager.users."${user.name}".xdg;
in '' in ''
# What happened? # What happened?
b12f marked this conversation as resolved Outdated

Suggestion:

# Title: What happened? (summary, imperative)
# No more than 50 chars. #### 50 chars is here:  #
Suggestion: ``` # Title: What happened? (summary, imperative) # No more than 50 chars. #### 50 chars is here: # ```
# #
# fix feat build chore ci docs style refactor perf test # fix feat build chore ci docs style refactor perf test
# #
# type!(optional scope): <description> # type!(optional scope): <summary> --------------#
b12f marked this conversation as resolved Outdated

Suggestion:

# type!(optional scope): <summary>
Suggestion: ``` # type!(optional scope): <summary> ```
# #
# ^\n # ^\n
# What exactly was done and why? # What exactly was done and why? --------------------------------------#
b12f marked this conversation as resolved Outdated

Suggestion:

# ^\n
# Description: What exactly was done and why?
# Wrap at 72 chars. ################################## which is here:  #
Suggestion: ``` # ^\n # Description: What exactly was done and why? # Wrap at 72 chars. ################################## which is here: # ```
# #
# ^\n # ^\n
# #
# Any issue numbers or links? # Any issue numbers or links?
b12f marked this conversation as resolved Outdated

Suggestion:

# Any related issue numbers or links?
Suggestion: ``` # Any related issue numbers or links? ```
# #
# Refs: #123 # Ref: #123
# ^\n # ^\n
# #
# Co-authored-by: Example Name <email@example.com> # Co-authored-by: Example Name <email@example.com>
'' ''