telescope/nvim-tree migrated

This commit is contained in:
Daniel B Sherry 2025-05-16 13:05:57 -05:00
parent 6e636ad325
commit 6f06ad0baa
21 changed files with 368 additions and 504 deletions

View file

@ -0,0 +1,9 @@
return {
settings = {
python = {
analysis = {
typeCheckingMode = "off",
},
},
},
}