feat(nvim): use mini.nvim & neo-tree

This commit is contained in:
2026-02-07 11:45:59 +08:00
parent a1d873cc30
commit 9ebfe5ba02
9 changed files with 57 additions and 72 deletions

View File

@@ -1,9 +1,11 @@
--- @type TSConfig
M = {
auto_install = true,
parser_install_dir = "$HOME/.local/share/nvim/lazy/nvim-treesitter",
sync_install = true,
modules = {},
ignore_install = {},
ensure_installed = {},
highlight = { enable = true },
indent = { enable = true },