diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-12 11:50:38 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | db991528687c56d2564899d6cdd3b429524cd8cc (patch) | |
| tree | a9bf378b081bae3f27d6033b6f003b94129d9771 /dot_config | |
| parent | d0345d16242bc29635e3dc673f4060532ceb5306 (diff) | |
fix(nvim): enable python formatter in conform
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/nvim/lua/plugins/conform.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/nvim/lua/plugins/conform.lua b/dot_config/nvim/lua/plugins/conform.lua index 25512bd..d53248e 100644 --- a/dot_config/nvim/lua/plugins/conform.lua +++ b/dot_config/nvim/lua/plugins/conform.lua @@ -20,7 +20,7 @@ return { -- Ruff LSP handles formatting for Python code -- -- Multiple items in one table will be run sequentially - -- python = { "ruff_format", "black" }, + python = { "ruff_format" }, css = prettier, html = prettier, |
