• Add .pre-commit-config.yaml for gitleaks. • Initialize Neovim configuration structure in nvim/init.lua. • Define core settings, autocommands, keybinds, icons, and LSP configurations. • Set up plugin loading via lazy.nvim and configure various plugins.
7 lines
107 B
YAML
7 lines
107 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.30.0
|
|
hooks:
|
|
- id: gitleaks
|