Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .nvim.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
-- Project-local neovim configuration for hyh
-- Requires `vim.o.exrc = true` in your neovim config

require("neo-tree").setup({
filesystem = {
filtered_items = {
visible = true, -- Show hidden files (dimmed out)
hide_dotfiles = false,
hide_gitignored = true,
},
},
})
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ repos:
additional_dependencies:
- mdformat-mkdocs==5.1.1
- mdformat-footnote==0.1.2
exclude: ^src/hyh/plugin/

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.46.0
hooks:
- id: markdownlint-fix
exclude: ^src/hyh/plugin/

- repo: https://github.com/crate-ci/typos
rev: v1.40.0
Expand Down
Loading
Loading