diff --git a/plugins/formatter.nix b/plugins/formatter.nix index 33506bf..4e39670 100644 --- a/plugins/formatter.nix +++ b/plugins/formatter.nix @@ -1,17 +1,9 @@ {...}: { vim.formatter.conform-nvim = { enable = true; - setupOpts = { - formatters_by_ft = { - lua = ["stylua"]; - rust = ["rustfmt"]; - nix = ["alejandra"]; - python = ["black"]; - }; - format_on_save = { - timeout_ms = 2000; - lsp_format = "fallback"; - }; + setupOpts.format_on_save = { + timeout_ms = 2000; + lsp_format = "fallback"; }; }; } diff --git a/plugins/navigation.nix b/plugins/navigation.nix index 742a27c..2058835 100644 --- a/plugins/navigation.nix +++ b/plugins/navigation.nix @@ -23,7 +23,7 @@ {key = "fb"; mode = ["n"]; action = "FzfLua buffers"; desc = "Buffer List";} {key = "fh"; mode = ["n"]; action = "FzfLua help_tags"; desc = "Help Tags";} {key = "fo"; mode = ["n"]; action = "FzfLua oldfiles"; desc = "Recent Files";} - {key = "fn"; mode = ["n"]; action = "FzfLua notify"; desc = "Notifications";} + {key = "fn"; mode = ["n"]; action = "Noice"; desc = "Notifications";} # Nvim-tree {key = ""; mode = ["n"]; action = "NvimTreeToggle"; desc = "File Tree";}