update nvim

This commit is contained in:
kYasuda
2026-08-31 13:48:36 -07:00
parent 67afa82778
commit 17086f43ec
59 changed files with 860 additions and 1798 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ return {
event = "InsertEnter",
config = true,
opts = {
enabled = function(bufnr)
enabled = function(_bufnr)
return true
end,
disable_filetype = { "TelescopePrompt", "spectre_panel" },