diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 23:09:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-25 23:09:03 +0800 |
commit | 59de29d5164d245dda1608f5e14cf4e1c981ad3e (patch) | |
tree | 6ac4d17b0db9b59fbc70e74efe5a06f458973904 /vim/lua/plugins/init.lua | |
parent | ba90f7398b34736f1ace01b0af90dff795fca8fb (diff) |
Update
Diffstat (limited to 'vim/lua/plugins/init.lua')
-rw-r--r-- | vim/lua/plugins/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/lua/plugins/init.lua b/vim/lua/plugins/init.lua index 12f74f8..8c49369 100644 --- a/vim/lua/plugins/init.lua +++ b/vim/lua/plugins/init.lua | |||
@@ -30,6 +30,7 @@ return { | |||
30 | 30 | ||
31 | { | 31 | { |
32 | "stevearc/conform.nvim", | 32 | "stevearc/conform.nvim", |
33 | lazy = false, | ||
33 | -- event = 'BufWritePre', -- uncomment for format on save | 34 | -- event = 'BufWritePre', -- uncomment for format on save |
34 | config = function() | 35 | config = function() |
35 | require "configs.conform" | 36 | require "configs.conform" |