update nvim config and squash some bugs

This commit is contained in:
2025-08-07 21:50:36 -07:00
parent 074c895e53
commit 9aac0e4dc0
7 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
local ts = require("telescope")
ts.load_extension("fzf")
-- ts.load_extension("fzf")
ts.load_extension("color_names")
ts.load_extension("file_browser")
ts.load_extension("glyph")