Skip to content

Commit

Permalink
lint: lazy load enable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 23, 2025
1 parent fb8c950 commit 254c934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nixvim/plugins/lint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
plugins = {
lint = {
enable = true;

lazyLoad.settings.event = "DeferredUIEnter";

lintersByFt = {
bash = [ "shellcheck" ];
c = [ "clangtidy" ];
Expand Down

0 comments on commit 254c934

Please sign in to comment.