diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-04 19:37:18 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-04 23:49:23 +0800 |
commit | 04c86d8cec22d1c0883eb240453c160ea12da162 (patch) | |
tree | 743cf510ee27fa7cf614a53a712ee9b3959d6d02 /store/config/nvim/lua/plugins.lua | |
parent | 6ff1c57e35b6205bea49ce8191c6d89f3943b22a (diff) | |
download | crupest-04c86d8cec22d1c0883eb240453c160ea12da162.tar.gz crupest-04c86d8cec22d1c0883eb240453c160ea12da162.tar.bz2 crupest-04c86d8cec22d1c0883eb240453c160ea12da162.zip |
config(nvim): fix lsp not support range format.
Diffstat (limited to 'store/config/nvim/lua/plugins.lua')
-rw-r--r-- | store/config/nvim/lua/plugins.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/store/config/nvim/lua/plugins.lua b/store/config/nvim/lua/plugins.lua index 480ea8f..4f61660 100644 --- a/store/config/nvim/lua/plugins.lua +++ b/store/config/nvim/lua/plugins.lua @@ -19,7 +19,6 @@ return { "MunifTanjim/nui.nvim", -- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information }, - lazy = false, -- neo-tree will lazily load itself }, { "nvim-lualine/lualine.nvim", |