diff options
| author | 2024-08-06 14:11:37 +0200 | |
|---|---|---|
| committer | 2024-08-06 14:11:37 +0200 | |
| commit | 61fc467ea40ab597eff35372ffab9774528397f2 (patch) | |
| tree | 8dd253f525f6f29ff97f687e85be66fd0f74d39c | |
| parent | nvim: move plugins/bindings into a single file (diff) | |
nvim: expand .lua gitattributes, mark as non-diffable
| -rw-r--r-- | dot_config/nvim/.gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/nvim/.gitattributes b/dot_config/nvim/.gitattributes index a517868..adfa704 100644 --- a/dot_config/nvim/.gitattributes +++ b/dot_config/nvim/.gitattributes @@ -1 +1 @@ -lua/**/*.lua linguist-generated +*.lua linguist-generated -diff |
