diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-04 00:19:47 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-04 00:19:51 +0900 |
| commit | 593a4940cd9b711fd8905ee353648a1c8f1a4471 (patch) | |
| tree | 0f2f1b59542ea56b919575fc01dad3b595ac4c19 | |
| parent | 427ecaf4cc8608189ff35ee322bedfa48767a5f8 (diff) | |
| download | dotfiles-593a4940cd9b711fd8905ee353648a1c8f1a4471.tar.gz dotfiles-593a4940cd9b711fd8905ee353648a1c8f1a4471.tar.zst dotfiles-593a4940cd9b711fd8905ee353648a1c8f1a4471.zip | |
nvim/lazy: disable change_detection
| -rw-r--r-- | .config/nvim/lua/init/06-plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/lua/init/06-plugins.lua b/.config/nvim/lua/init/06-plugins.lua index f378f27..855edf9 100644 --- a/.config/nvim/lua/init/06-plugins.lua +++ b/.config/nvim/lua/init/06-plugins.lua @@ -30,6 +30,9 @@ if vim.loop.fs_stat(lazy_path) then lazy = " ", }, }, + change_detection = { + enabled = false, + }, }) else vim.api.nvim_create_user_command( |
