This commit is contained in:
Daniel Mata 2024-06-05 12:56:21 -05:00
parent 5bc8b4ace0
commit c5eeec9bab

View file

@ -43,6 +43,11 @@ return {
desc = "Organize Imports",
},
},
capabilities = {
workspace = {
didChangeWatchedFiles = vim.fn.has("nvim-0.10") == 0 and { dynamicRegistration = true },
},
},
},
},
},