Skip to content

Commit 56feb40

Browse files
fix(nixvim): disable lazyload on fidget
1 parent 58a2af5 commit 56feb40

File tree

1 file changed

+7
-7
lines changed
  • modules/home/development/neovim/plugins/kickstart/lsp

1 file changed

+7
-7
lines changed

modules/home/development/neovim/plugins/kickstart/lsp/lsp.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
fidget = {
1212
enable = true;
1313

14-
lazyLoad = {
15-
enable = true;
16-
settings = {
17-
# LazyFile is a shorthand that lazy.nvim uses
18-
event = [ "BufReadPost BufWritePost BufNewFile" ];
19-
};
20-
};
14+
# lazyLoad = {
15+
# enable = true;
16+
# settings = {
17+
# # LazyFile is a shorthand that lazy.nvim uses
18+
# event = [ "BufReadPost BufWritePost BufNewFile" ];
19+
# };
20+
# };
2121
};
2222

2323
# Brief aside: **What is LSP?**

0 commit comments

Comments
 (0)