diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-29 11:02:39 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-29 11:02:39 +0200 |
| commit | ffb269393ceabc3b8afb6198588f5225b7d6560b (patch) | |
| tree | 64e0daffaa336db810390e4d14acd944b1d03b64 /nvim/lua/plugins/format.lua | |
| parent | 5a0555bc9d7f52d240d7ab82c77b516245119bc0 (diff) | |
| download | dotfiles-ffb269393ceabc3b8afb6198588f5225b7d6560b.tar.gz dotfiles-ffb269393ceabc3b8afb6198588f5225b7d6560b.tar.bz2 dotfiles-ffb269393ceabc3b8afb6198588f5225b7d6560b.zip | |
lazy.nvim: config() und Optionen getrennt
Diffstat (limited to 'nvim/lua/plugins/format.lua')
| -rw-r--r-- | nvim/lua/plugins/format.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua index 9334465..d6942a8 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua | |||
| @@ -30,8 +30,4 @@ return { | |||
| 30 | lsp_format = "fallback", | 30 | lsp_format = "fallback", |
| 31 | }, | 31 | }, |
| 32 | }, | 32 | }, |
| 33 | |||
| 34 | config = function(_, opts) | ||
| 35 | require("conform").setup(opts) | ||
| 36 | end, | ||
| 37 | } | 33 | } |
