Files
dots/home/editors/nvim/plugins/lsp/otter.nix
2025-12-16 16:37:36 +01:00

9 lines
128 B
Nix

{
programs.nixvim.plugins.otter = {
enable = true;
settings = {
handle_leading_whitespace = true;
};
};
}