Skip to content

Commit

Permalink
vim: align with updated structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschrstnsn committed Sep 8, 2024
1 parent a7dd8e0 commit 30818bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home/modules/vim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,11 @@ in
};
conform-nvim = {
enable = true;
formatOnSave = {
settings.format_on_save = {
lspFallback = true;
timeoutMs = 500;
};
formattersByFt = {
settings.formatters_by_ft = {
"toml" = [ "taplo" ];
};
};
Expand Down Expand Up @@ -489,7 +489,7 @@ in
trouble = { enable = true; };
which-key = {
enable = true;
window.border = "single";
settings.win.border = "single";
};
};
keymaps = [
Expand Down

0 comments on commit 30818bf

Please sign in to comment.