start a new nvim config from scratch

This commit is contained in:
2025-11-14 22:49:45 -05:00
parent 158937509c
commit 2c2804273c
11 changed files with 219 additions and 0 deletions

3
lua/plugins/sleuth.lua Normal file
View File

@@ -0,0 +1,3 @@
return {
"tpope/vim-sleuth"
}