Add rust-tools, toggleterm and neovide configs

This commit is contained in:
cool-mist
2024-02-16 15:23:47 +05:30
parent c03658f01d
commit 102d51fb83
2 changed files with 51 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
# .pre-commit-config.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: mixed-line-ending
args: [--fix=lf]