Skip to content

Commit

Permalink
conform: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent b6374b0 commit 6697b60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/nixvim/plugins/conform/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
conform-nvim = {
enable = true;

lazyLoad.settings = {
cmd = [
"ConformInfo"
];
event = [ "BufWrite" ];
};

luaConfig.pre = ''
local slow_format_filetypes = {}
'';
Expand Down

0 comments on commit 6697b60

Please sign in to comment.