diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-08-07 01:01:56 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-08-07 01:01:56 +0200 |
commit | 67757d910c3de5a9ce8ab351c585f9be5bc623e5 (patch) | |
tree | 44e81d40f96b62191556dbafba969f5ad41b5a0f /fnl | |
parent | 48c45096a4ebf6173a0bb9664199e51a133678d0 (diff) |
Update
Diffstat (limited to 'fnl')
-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 |