nixos-config/home-manager/stvnliu/nixvim/wrapping.nix
Zhongheng Liu ef09316160
feat(nixvim): tagbar wrapping and lsp
diag: changed to trouble from lsp-lines
tagbar: added to see outline of programs
wrapping: added
2025-01-14 23:25:03 +02:00

6 lines
60 B
Nix

{ ... }:
{
plugins.wrapping = {
enable = true;
};
}