diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/conform.fnl | 2 | ||||
-rw-r--r-- | fnl/plugins/telescope.fnl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/conform.fnl b/fnl/plugins/conform.fnl index 86e5e71..4fdf3f7 100644 --- a/fnl/plugins/conform.fnl +++ b/fnl/plugins/conform.fnl @@ -21,7 +21,7 @@ :lua [:stylua] :markdown [:prettierd] :ocaml [:ocamlformat] - :python [:ruff_format :ruff_fix] + :python [:ruff_format :ruff_fix :ruff_organize_imports] :rust [:rustfmt] :sh [:shfmt :shellharden] :sql [:pg_format :sqlfluff] diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl index 6829e3a..e2e1cc0 100644 --- a/fnl/plugins/telescope.fnl +++ b/fnl/plugins/telescope.fnl @@ -28,7 +28,7 @@ :nvim-lua/plenary.nvim :nvim-telescope/telescope-fzf-native.nvim :nvim-telescope/telescope-frecency.nvim - {1 :lyz-code/telescope-orgmode.nvim :version :1.1.0}]) + {1 :nvim-orgmode/telescope-orgmode.nvim}]) (local extensions [:fzf :frecency |